From 1c2b178cebfe45bb832a33a8a87c9899365d0b4f Mon Sep 17 00:00:00 2001 From: Peter Schneider-Kamp Date: Tue, 1 Aug 2000 16:53:44 +0000 Subject: Guido said this is food for the beta-testers --- Include/pyport.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Include/pyport.h b/Include/pyport.h index f635703..dceb98d 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -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 -- cgit v0.12