From a4b16df728abe1e989a8311e901ba5d9ae30328e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 2 Feb 2004 21:19:52 +0000 Subject: nginx-0.0.2-2004-02-03-00:19:52 import --- src/core/ngx_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/ngx_config.h') 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 + + +#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 - - #ifndef NGX_SERVER_ROOT #define NGX_SERVER_ROOT "./" #if 0 -- cgit