diff auto/options @ 417:0526206251f6

nginx-0.0.10-2004-09-07-19:29:22 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 07 Sep 2004 15:29:22 +0000
parents 3c56e834be46
children 84c527908237
line wrap: on
line diff
--- 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"            ;;