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-05-19 00:28:54 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-05-19 00:28:54 +0400
commit090849dc6f995c6ccdbd947093789165a347e460 (patch)
tree4c25a4a1c9afb3dda64308b45675e29165b7bd2e /auto/configure
parentab517d58277429bba16d0641e00aebea061db1ce (diff)
nginx-0.0.3-2004-05-19-00:28:54 import
Diffstat (limited to 'auto/configure')
-rwxr-xr-xauto/configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/auto/configure b/auto/configure
index 9429373ca..c10ee6841 100755
--- a/auto/configure
+++ b/auto/configure
@@ -38,4 +38,11 @@ fi
have=NGX_SMP . auto/have
+have=NGX_PREFIX value="\"$PREFIX/\"" . auto/define
+have=NGX_SBIN_PATH value="\"$SBIN_PATH\"" . auto/define
+have=NGX_CONF_PATH value="\"$CONF_PATH\"" . auto/define
+have=NGX_PID_PATH value="\"$PID_PATH\"" . auto/define
+have=NGX_ERROR_LOG_PATH value="\"$ERROR_LOG_PATH\"" . auto/define
+have=NGX_HTTP_LOG_PATH value="\"$HTTP_LOG_PATH\"" . auto/define
+
. auto/summary