comparison 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
comparison
equal deleted inserted replaced
416:b9bd635011de 417:0526206251f6
37 HTTP_ACCESS=YES 37 HTTP_ACCESS=YES
38 HTTP_USERID=YES 38 HTTP_USERID=YES
39 HTTP_STATUS=YES 39 HTTP_STATUS=YES
40 HTTP_REWRITE=YES 40 HTTP_REWRITE=YES
41 HTTP_PROXY=YES 41 HTTP_PROXY=YES
42
43 IMAP=NO
42 44
43 USE_PCRE=NO 45 USE_PCRE=NO
44 PCRE=NONE 46 PCRE=NONE
45 PCRE_OPT= 47 PCRE_OPT=
46 48
98 --without-http_userid_module) HTTP_USERID=NO ;; 100 --without-http_userid_module) HTTP_USERID=NO ;;
99 --without-http_access_module) HTTP_ACCESS=NO ;; 101 --without-http_access_module) HTTP_ACCESS=NO ;;
100 --without-http_status_module) HTTP_STATUS=NO ;; 102 --without-http_status_module) HTTP_STATUS=NO ;;
101 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 103 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
102 --without-http_proxy_module) HTTP_PROXY=NO ;; 104 --without-http_proxy_module) HTTP_PROXY=NO ;;
105
106 --with-imap) IMAP=YES ;;
103 107
104 --with-cc=*) CC="$value" ;; 108 --with-cc=*) CC="$value" ;;
105 --with-cpp=*) CPP="$value" ;; 109 --with-cpp=*) CPP="$value" ;;
106 --with-cc-opt=*) CC_OPT="$value" ;; 110 --with-cc-opt=*) CC_OPT="$value" ;;
107 --with-cpu-opt=*) CPU="$value" ;; 111 --with-cpu-opt=*) CPU="$value" ;;