diff options
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 3039d58f5..796d7a20b 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -2,7 +2,10 @@ #define _NGX_CONFIG_H_INCLUDED_ -#if 0 +#include <ngx_auto_config.h> + + +#if 1 /* STUB to allocate a big ngx_connections */ #undef FD_SETSIZE #define FD_SETSIZE 5000 @@ -53,9 +56,6 @@ typedef int ngx_flag_t; #define PTR_FMT "%08X" -#include <ngx_auto_config.h> - - #ifndef NGX_SERVER_ROOT #define NGX_SERVER_ROOT "./" #if 0 |
