diff options
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 3621f8cf8..7e8c1b86d 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 defined __FreeBSD__ #include <ngx_freebsd_config.h> @@ -32,6 +29,13 @@ #endif +/* STUB: autoconf */ +typedef int ngx_int_t; +typedef u_int ngx_uint_t; + +#include <ngx_auto_config.h> + + #ifndef NGX_SERVER_ROOT #define NGX_SERVER_ROOT "./" #if 0 |
