Commit 02e86849 authored by Peter Schneider-Kamp's avatar Peter Schneider-Kamp

Guido said this is food for the beta-testers<wink>

parent 3e12c9af
...@@ -281,6 +281,8 @@ extern double hypot(double, double); ...@@ -281,6 +281,8 @@ extern double hypot(double, double);
/* If the fd manipulation macros aren't defined, /* If the fd manipulation macros aren't defined,
here is a set that should do the job */ here is a set that should do the job */
#ifdef 0 /* disabled and probably obsolete */
#ifndef FD_SETSIZE #ifndef FD_SETSIZE
#define FD_SETSIZE 256 #define FD_SETSIZE 256
#endif #endif
...@@ -304,6 +306,9 @@ typedef struct fd_set { ...@@ -304,6 +306,9 @@ typedef struct fd_set {
#define FD_ZERO(p) memset((char *)(p), '\0', sizeof(*(p))) #define FD_ZERO(p) memset((char *)(p), '\0', sizeof(*(p)))
#endif /* FD_SET */ #endif /* FD_SET */
#endif /* fd manipulation macros */
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment