From a8fa0a6a37b6e90324e0dcbf4733324199623841 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 25 Nov 2003 20:44:56 +0000 Subject: nginx-0.0.1-2003-11-25-23:44:56 import --- src/core/ngx_config.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/core/ngx_config.h') 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 - - #if defined __FreeBSD__ #include @@ -32,6 +29,13 @@ #endif +/* STUB: autoconf */ +typedef int ngx_int_t; +typedef u_int ngx_uint_t; + +#include + + #ifndef NGX_SERVER_ROOT #define NGX_SERVER_ROOT "./" #if 0 -- cgit v1.2.3