comparison auto/options @ 408:d6e2b445c1b8

nginx-0.0.10-2004-08-27-19:40:59 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Aug 2004 15:40:59 +0000
parents 4e21d1291a14
children 8ac40cae79f0
comparison
equal deleted inserted replaced
407:35fe251cd231 408:d6e2b445c1b8
32 HTTP_CHARSET=YES 32 HTTP_CHARSET=YES
33 HTTP_GZIP=YES 33 HTTP_GZIP=YES
34 HTTP_SSL=NO 34 HTTP_SSL=NO
35 HTTP_SSI=YES 35 HTTP_SSI=YES
36 HTTP_ACCESS=YES 36 HTTP_ACCESS=YES
37 HTTP_USERID=YES
37 HTTP_STATUS=YES 38 HTTP_STATUS=YES
38 HTTP_REWRITE=YES 39 HTTP_REWRITE=YES
39 HTTP_PROXY=YES 40 HTTP_PROXY=YES
40 41
41 USE_PCRE=NO 42 USE_PCRE=NO
90 --with-http_ssl_module) HTTP_SSL=YES ;; 91 --with-http_ssl_module) HTTP_SSL=YES ;;
91 --without-http_charset_module) HTTP_CHARSET=NO ;; 92 --without-http_charset_module) HTTP_CHARSET=NO ;;
92 --without-http_gzip_module) HTTP_GZIP=NO ;; 93 --without-http_gzip_module) HTTP_GZIP=NO ;;
93 --without-http_ssi_module) HTTP_SSI=NO ;; 94 --without-http_ssi_module) HTTP_SSI=NO ;;
94 --without-http_access_module) HTTP_ACCESS=NO ;; 95 --without-http_access_module) HTTP_ACCESS=NO ;;
96 --without-http_userid_module) HTTP_USERID=NO ;;
95 --without-http_status_module) HTTP_STATUS=NO ;; 97 --without-http_status_module) HTTP_STATUS=NO ;;
96 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 98 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
97 --without-http_proxy_module) HTTP_PROXY=NO ;; 99 --without-http_proxy_module) HTTP_PROXY=NO ;;
98 100
99 --with-cc=*) CC="$value" ;; 101 --with-cc=*) CC="$value" ;;