summaryrefslogtreecommitdiff
path: root/Python/thread_sgi.h
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-01-17 04:04:13 +0000
committerSkip Montanaro <skip@pobox.com>2004-01-17 04:04:13 +0000
commit3a80be249bafed9dd8deacf64ec1fd34e9d2df27 (patch)
treee71552749c218df06f91d1e4681c1bee35dfe43b /Python/thread_sgi.h
parent197ee5b0209afaa29b97a31f40d2cbf6045ce4a3 (diff)
downloadcpython-3a80be249bafed9dd8deacf64ec1fd34e9d2df27.tar.gz
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
Diffstat (limited to 'Python/thread_sgi.h')
-rw-r--r--Python/thread_sgi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/thread_sgi.h b/Python/thread_sgi.h
index e246538679..234665848b 100644
--- a/Python/thread_sgi.h
+++ b/Python/thread_sgi.h
@@ -1,8 +1,4 @@
-#ifdef WITH_SGI_DL
-#define USE_DL
-#endif
-
#include <stdlib.h>
#include <stdio.h>
#include <signal.h>