[Python-checkins] python/dist/src/PC pyconfig.h,1.22,1.23

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Fri Jan 16 23:04:15 EST 2004


Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1:/tmp/cvs-serv21141/PC

Modified Files:
	pyconfig.h 
Log Message:
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** pyconfig.h	17 Jan 2004 00:16:12 -0000	1.22
--- pyconfig.h	17 Jan 2004 04:04:13 -0000	1.23
***************
*** 370,391 ****
  /* #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
--- 370,373 ----





More information about the Python-checkins mailing list