diff options
author | Skip Montanaro <skip@pobox.com> | 2004-01-17 04:04:13 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-01-17 04:04:13 (GMT) |
commit | b9949dbe6c20537b7821f25fc1eeb4e7f3faabff (patch) | |
tree | abbf28cd31b88eddb35d18b74613671eea81fb20 /pyconfig.h.in | |
parent | f8712e5fc3e133f5cb627164866b7a207d921868 (diff) | |
download | cpython-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 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 9e3fb7b..41de4e1 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -772,14 +772,6 @@ /* Define if WINDOW in curses.h offers a field _flags. */ #undef WINDOW_HAS_FLAGS -/* 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. Do not 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 */ #undef WITH_DOC_STRINGS @@ -798,12 +790,6 @@ /* Define if you want to compile in Python-specific mallocs */ #undef WITH_PYMALLOC -/* 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. Do - not bother on IRIX 5, it already has dynamic linking using SunOS style - shared libraries */ -#undef WITH_SGI_DL - /* Define if you want to compile in rudimentary thread support */ #undef WITH_THREAD |