[Python-checkins] CVS: python/dist/src/Include myselect.h,2.9,2.10

Guido van Rossum python-dev@python.org
Mon, 24 Apr 2000 11:12:57 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Include
In directory eric:/projects/python/develop/guido/src/Include

Modified Files:
	myselect.h 
Log Message:
Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac)
doesn't use the special header file for select anymore.


Index: myselect.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/myselect.h,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** myselect.h	1998/09/28 22:05:22	2.9
--- myselect.h	2000/04/24 15:12:54	2.10
***************
*** 52,56 ****
  #else /* !HAVE_SYS_SELECT_H */
  
! #ifdef USE_GUSI
  /* If we don't have sys/select the definition may be in unistd.h */
  #include <GUSI.h>
--- 52,56 ----
  #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>