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

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sat Jan 17 09:19:46 EST 2004


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

Modified Files:
	pyconfig.h 
Log Message:
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** pyconfig.h	17 Jan 2004 04:04:13 -0000	1.23
--- pyconfig.h	17 Jan 2004 14:19:44 -0000	1.24
***************
*** 349,356 ****
  /* #undef VOID_CLOSEDIR */
  
- /* Define if your <unistd.h> contains bad prototypes for exec*()
-    (as it does on SGI IRIX 4.x) */
- /* #undef BAD_EXEC_PROTOTYPES */
- 
  /* Define if getpgrp() must be called as getpgrp(0)
     and (consequently) setpgrp() as setpgrp(0, 0). */
--- 349,352 ----





More information about the Python-checkins mailing list