diff options
Diffstat (limited to 'sqmail-4.3.07/src/select.h2')
-rw-r--r-- | sqmail-4.3.07/src/select.h2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sqmail-4.3.07/src/select.h2 b/sqmail-4.3.07/src/select.h2 new file mode 100644 index 0000000..c9bd274 --- /dev/null +++ b/sqmail-4.3.07/src/select.h2 @@ -0,0 +1,13 @@ +#ifndef SELECT_H +#define SELECT_H + +#include <sys/types.h> +#include <sys/time.h> +#include <sys/select.h> +#undef FD_SETSIZE +#define FD_SETSIZE 1024U +#undef __FD_SETSIZE +#define __FD_SETSIZE 1024U +extern int select(); + +#endif |