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:
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