From: Guido van Rossum Date: Mon, 24 Apr 2000 15:12:54 +0000 (+0000) Subject: Jack Jansen: The GUSI 2.0 I/O library (which is used on the Mac) X-Git-Tag: v2.0b1~1953 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddc3b63bf679d9a633e2d92b433dfc8696eb86a5;p=python 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. --- diff --git a/Include/myselect.h b/Include/myselect.h index 1b3a834873..fe6cbdcd38 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 #endif