aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_config.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-03 16:43:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-02-03 16:43:54 +0000
commit25b36fedf72139617dc172dbca887888b258698d (patch)
treea2279a6ecdbac2779e206eb5da2640bb95f95c99 /src/core/ngx_config.h
parenta4b16df728abe1e989a8311e901ba5d9ae30328e (diff)
downloadnginx-25b36fedf72139617dc172dbca887888b258698d.tar.gz
nginx-25b36fedf72139617dc172dbca887888b258698d.zip
nginx-0.0.2-2004-02-03-19:43:54 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h5
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