summaryrefslogtreecommitdiff
path: root/PC/pyconfig.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 /PC/pyconfig.h
parent197ee5b0209afaa29b97a31f40d2cbf6045ce4a3 (diff)
downloadcpython-3a80be249bafed9dd8deacf64ec1fd34e9d2df27.tar.gz
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index aa4f170084..4bfcdbd743 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -369,24 +369,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
(which you can't on SCO ODT 3.0). */
/* #undef SYS_SELECT_WITH_SYS_TIME */
-/* Define if you want to use SGI (IRIX 4) dynamic linking.
- This requires the "dl" library by Jack Jansen,
- ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
- Don't bother on IRIX 5, it already has dynamic linking using SunOS
- style shared libraries */
-/* #undef WITH_SGI_DL */
-
-/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
- This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
- Sequent Symmetry (Dynix), and Atari ST.
- This requires the "dl-dld" library,
- ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
- as well as the "GNU dld" library,
- ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
- Don't bother on SunOS 4 or 5, they already have dynamic linking using
- shared libraries */
-/* #undef WITH_DL_DLD */
-
/* Define if you want documentation strings in extension modules */
#define WITH_DOC_STRINGS 1