From: Frank Schlottmann-G. <fs...@us...> - 2000-09-30 12:04:00
|
Update of /cvsroot/firebird/interbase/remote In directory slayer.i.sourceforge.net:/tmp/cvs-serv19218/interbase/remote Modified Files: inet.c Log Message: Added some changes from the inprise tree Index: inet.c =================================================================== RCS file: /cvsroot/firebird/interbase/remote/inet.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** inet.c 2000/08/03 20:54:04 1.1.1.1 --- inet.c 2000/09/30 12:03:56 1.2 *************** *** 34,38 **** #ifdef SUPERSERVER #ifdef WIN_NT ! #define FD_SETSIZE 256 #endif #endif /* SUPERSERVER */ --- 34,38 ---- #ifdef SUPERSERVER #ifdef WIN_NT ! #define FD_SETSIZE 1024 #endif #endif /* SUPERSERVER */ |