From 6ec453e27818e97d8aab18ca377fad977e2068e4 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Tue, 15 Apr 2003 20:19:13 +0200 Subject: [PATCH] FD_SETSIZE defined in WinSock.h Rev: src/global.h:1.87 --- src/global.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 6bb60380de..004ba1a4e3 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 -- GitLab