nginx-0.0.7-2004-06-15-21:47:16 import
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 0298315..57039b9 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