summaryrefslogtreecommitdiffhomepage
path: root/auto/configure
diff options
context:
space:
mode:
Diffstat (limited to 'auto/configure')
-rwxr-xr-xauto/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/configure b/auto/configure
index e89785fde..0874b63a2 100755
--- a/auto/configure
+++ b/auto/configure
@@ -7,6 +7,14 @@
test -d $OBJS || mkdir $OBJS
echo > $NGX_AUTO_CONFIG_H
+if [ $DEBUG = YES ]; then
+ have=NGX_DEBUG . auto/have
+fi
+
+have=NGX_USE_HTTP_FILE_CACHE_UNIQ . auto/have
+have=NGX_SUPPRESS_WARN . auto/have
+
+
if [ "$PLATFORM" != win32 ]; then
. auto/headers
fi