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-06-06 23:49:18 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-06-06 23:49:18 +0400
commit0ab91b901299ac41e3867ebec7e04e5082a4c8b4 (patch)
treeb89e863c141bc482c85c351f84d9dca1d3570789 /src/core/ngx_config.h
parent6e1bbd78967660b49e3a120bbeec6382ed193d5f (diff)
nginx-0.0.3-2004-06-06-23:49:18 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 448e63ab6..02983151a 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -40,19 +40,9 @@
/* STUB: autoconf */
typedef int ngx_int_t;
typedef u_int ngx_uint_t;
-
-
typedef int ngx_flag_t;
-#ifndef NGX_SERVER_ROOT
-#define NGX_SERVER_ROOT "./"
-#if 0
-#define NGX_SERVER_ROOT "/usr/local/nginx/"
-#endif
-#endif
-
-
#if !(WIN32)
#define ngx_signal_helper(n) SIG##n