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:
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 538e6ad52..18909d6d7 100644
--- a/auto/options
+++ b/auto/options
@@ -40,6 +40,8 @@ HTTP_STATUS=YES
HTTP_REWRITE=YES
HTTP_PROXY=YES
+IMAP=NO
+
USE_PCRE=NO
PCRE=NONE
PCRE_OPT=
@@ -101,6 +103,8 @@ do
--without-http_rewrite_module) HTTP_REWRITE=NO ;;
--without-http_proxy_module) HTTP_PROXY=NO ;;
+ --with-imap) IMAP=YES ;;
+
--with-cc=*) CC="$value" ;;
--with-cpp=*) CPP="$value" ;;
--with-cc-opt=*) CC_OPT="$value" ;;