diff options
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 796d7a20b..b691c3ca9 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -2,9 +2,6 @@ #define _NGX_CONFIG_H_INCLUDED_ -#include <ngx_auto_config.h> - - #if 1 /* STUB to allocate a big ngx_connections */ #undef FD_SETSIZE @@ -36,6 +33,8 @@ #else /* posix */ +#include <ngx_auto_config.h> + #endif |