Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-03 00:19:52 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-02-03 00:19:52 +0300
commita4b16df728abe1e989a8311e901ba5d9ae30328e (patch)
tree35d3d0ba37e1c285421688846c2954aa297a642c /src/core/ngx_config.h
parent328af6e8cd26f274bf385cfff3c888725746ea4f (diff)
nginx-0.0.2-2004-02-03-00:19:52 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h8
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