diff --git a/src/global.h b/src/global.h index 6bb60380dec187f8965e98e340f79eafff970242..004ba1a4e348168b6ad7dea36165f7f0356f6daf 100644 --- a/src/global.h +++ b/src/global.h @@ -2,7 +2,7 @@ || 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,6 +120,7 @@ void *alloca(); #ifdef __NT__ /* We are running NT */ +#undef FD_SETSIZE #define FD_SETSIZE MAX_OPEN_FILEDESCRIPTORS #endif