Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-15 21:47:16 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-06-15 21:47:16 +0400
commitd09f7a1e9aa5816493e2fef93074383d95140c13 (patch)
tree4aeabb503cda16fa45c78a56881c327e97de6d12 /src/core/ngx_config.h
parent87350f269da4d82f2436aac91ae87fbd37ca6c16 (diff)
nginx-0.0.7-2004-06-15-21:47:16 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h8
1 files changed, 1 insertions, 7 deletions
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 <ngx_win32_config.h>
#else /* posix */
-
-#include <ngx_auto_config.h>
+#include <ngx_posix_config.h>
#endif