Mailing List Archive

python/dist/src/Include pyport.h,2.45,2.46
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv8290/Python/Include

Modified Files:
pyport.h
Log Message:
Got rid of ifdefs for long-obsolete GUSI versions.

Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.45
retrieving revision 2.46
diff -C2 -d -r2.45 -r2.46
*** pyport.h 9 Mar 2002 04:58:24 -0000 2.45
--- pyport.h 11 Apr 2002 20:44:21 -0000 2.46
***************
*** 118,128 ****
#include <sys/select.h>

- #else /* !HAVE_SYS_SELECT_H */
-
- #ifdef USE_GUSI1
- /* If we don't have sys/select the definition may be in unistd.h */
- #include <GUSI.h>
- #endif
-
#endif /* !HAVE_SYS_SELECT_H */

--- 118,121 ----