commit | d09f7a1e9aa5816493e2fef93074383d95140c13 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Jun 15 17:47:16 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Jun 15 17:47:16 2004 +0000 |
tree | 4aeabb503cda16fa45c78a56881c327e97de6d12 | |
parent | 87350f269da4d82f2436aac91ae87fbd37ca6c16 [diff] [blame] |
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