]> granicus.if.org Git - python/commitdiff
Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac)
authorGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 15:12:54 +0000 (15:12 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 15:12:54 +0000 (15:12 +0000)
doesn't use the special header file for select anymore.

Include/myselect.h

index 1b3a8348736472f41888f4e2c8d65c44fc132646..fe6cbdcd3832652204320cde0c004b72f67af460 100644 (file)
@@ -51,7 +51,7 @@ PERFORMANCE OF THIS SOFTWARE.
 
 #else /* !HAVE_SYS_SELECT_H */
 
-#ifdef USE_GUSI
+#ifdef USE_GUSI1
 /* If we don't have sys/select the definition may be in unistd.h */
 #include <GUSI.h>
 #endif