summaryrefslogtreecommitdiffstats
path: root/Include/myselect.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-04-24 15:12:54 (GMT)
committerGuido van Rossum <guido@python.org>2000-04-24 15:12:54 (GMT)
commitddc3b63bf679d9a633e2d92b433dfc8696eb86a5 (patch)
treeb1036be1b7fecc3646dc211598ef0ebf12654998 /Include/myselect.h
parent59903fe2b5a574f07ac067bf478124bb7085d1fa (diff)
downloadcpython-ddc3b63bf679d9a633e2d92b433dfc8696eb86a5.zip
cpython-ddc3b63bf679d9a633e2d92b433dfc8696eb86a5.tar.gz
cpython-ddc3b63bf679d9a633e2d92b433dfc8696eb86a5.tar.bz2
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.
Diffstat (limited to 'Include/myselect.h')
-rw-r--r--Include/myselect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/myselect.h b/Include/myselect.h
index 1b3a834..fe6cbdc 100644
--- a/Include/myselect.h
+++ b/Include/myselect.h
@@ -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