summaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-15 17:47:16 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-06-15 17:47:16 +0000
commitd09f7a1e9aa5816493e2fef93074383d95140c13 (patch)
tree4aeabb503cda16fa45c78a56881c327e97de6d12 /src/core
parent87350f269da4d82f2436aac91ae87fbd37ca6c16 (diff)
downloadnginx-d09f7a1e9aa5816493e2fef93074383d95140c13.tar.gz
nginx-d09f7a1e9aa5816493e2fef93074383d95140c13.tar.bz2
nginx-0.0.7-2004-06-15-21:47:16 import
Diffstat (limited to 'src/core')
-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