2003-04-15
2003-04-15 18:19:13 by Martin Nilsson <mani@lysator.liu.se>
-
6ec453e27818e97d8aab18ca377fad977e2068e4
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 7.9
FD_SETSIZE defined in WinSock.h
Rev: src/global.h:1.87
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: global.h,v 1.86 2003/04/04 11:45:05 grubba Exp $
+ || $Id: global.h,v 1.87 2003/04/15 18:19:13 nilsson Exp $
*/
#ifndef GLOBAL_H
120: Inside #if defined(__NT__)
#ifdef __NT__
/* We are running NT */
+ #undef FD_SETSIZE
#define FD_SETSIZE MAX_OPEN_FILEDESCRIPTORS
#endif