changeset 829:56bbee9df6f4 HEAD

Don't define FD_SETSIZE actually, it should exist and it can be less than 1024 we used..
author Timo Sirainen <tss@iki.fi>
date Sat, 21 Dec 2002 16:06:21 +0200
parents 774f32498a7f
children 27774d0493dd
files src/lib/ioloop-select.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/ioloop-select.c	Sat Dec 21 15:51:55 2002 +0200
+++ b/src/lib/ioloop-select.c	Sat Dec 21 16:06:21 2002 +0200
@@ -34,10 +34,6 @@
 #include <sys/time.h>
 #include <unistd.h>
 
-#ifndef FD_SETSIZE
-#  define FD_SETSIZE 1024
-#endif
-
 struct _IOLoopHandlerData {
 	fd_set read_fds, write_fds;
 };