]> granicus.if.org Git - python/commitdiff
Guido said this is food for the beta-testers<wink>
authorPeter Schneider-Kamp <nowonder@nowonder.de>
Tue, 1 Aug 2000 16:53:44 +0000 (16:53 +0000)
committerPeter Schneider-Kamp <nowonder@nowonder.de>
Tue, 1 Aug 2000 16:53:44 +0000 (16:53 +0000)
Include/pyport.h

index f6357039b8cb24ee7b574eb9c1b1ba4767edb7e8..dceb98de27f99dd6be3fc33d5bc6a285f7b23050 100644 (file)
@@ -281,6 +281,8 @@ extern double hypot(double, double);
 /* If the fd manipulation macros aren't defined,
    here is a set that should do the job */
 
+#ifdef 0 /* disabled and probably obsolete */
+
 #ifndef        FD_SETSIZE
 #define        FD_SETSIZE      256
 #endif
@@ -304,6 +306,9 @@ typedef     struct fd_set {
 #define FD_ZERO(p)     memset((char *)(p), '\0', sizeof(*(p)))
 
 #endif /* FD_SET */
+
+#endif /* fd manipulation macros */
+
 #ifdef __cplusplus
 }
 #endif