From d09f7a1e9aa5816493e2fef93074383d95140c13 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 15 Jun 2004 17:47:16 +0000 Subject: nginx-0.0.7-2004-06-15-21:47:16 import --- src/core/ngx_config.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/core') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 02983151a..57039b9fe 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -22,17 +22,11 @@ #elif defined _WIN32 - -/* STUB to allocate a big ngx_connections */ -#undef FD_SETSIZE -#define FD_SETSIZE 1024 - #include #else /* posix */ - -#include +#include #endif -- cgit