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

This commit is contained in:
Peter Schneider-Kamp 2000-08-01 16:53:44 +00:00
parent 7cee6ddcab
commit 1c2b178ceb
1 changed files with 5 additions and 0 deletions

View 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