summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-01-17 04:04:13 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-01-17 04:04:13 (GMT)
commitb9949dbe6c20537b7821f25fc1eeb4e7f3faabff (patch)
treeabbf28cd31b88eddb35d18b74613671eea81fb20 /Python
parentf8712e5fc3e133f5cb627164866b7a207d921868 (diff)
downloadcpython-b9949dbe6c20537b7821f25fc1eeb4e7f3faabff.zip
cpython-b9949dbe6c20537b7821f25fc1eeb4e7f3faabff.tar.gz
cpython-b9949dbe6c20537b7821f25fc1eeb4e7f3faabff.tar.bz2
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
Diffstat (limited to 'Python')
-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 e246538..2346658 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>