comparison auto/options @ 368:15c84a40e87d

nginx-0.0.7-2004-06-24-20:07:04 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jun 2004 16:07:04 +0000
parents ceec87d1c2b3
children c05876036128
comparison
equal deleted inserted replaced
367:ceec87d1c2b3 368:15c84a40e87d
30 USE_THREADS=NO 30 USE_THREADS=NO
31 31
32 HTTP_CHARSET=YES 32 HTTP_CHARSET=YES
33 HTTP_GZIP=YES 33 HTTP_GZIP=YES
34 HTTP_SSI=YES 34 HTTP_SSI=YES
35 HTTP_ACCESS=YES
35 HTTP_STATUS=YES 36 HTTP_STATUS=YES
36 HTTP_REWRITE=YES 37 HTTP_REWRITE=YES
37 HTTP_PROXY=YES 38 HTTP_PROXY=YES
38 39
39 USE_PCRE=NO 40 USE_PCRE=NO
83 --with-threads) USE_THREADS="pthreads" ;; 84 --with-threads) USE_THREADS="pthreads" ;;
84 85
85 --without-http_charset_module) HTTP_CHARSET=NO ;; 86 --without-http_charset_module) HTTP_CHARSET=NO ;;
86 --without-http_ssi_module) HTTP_SSI=NO ;; 87 --without-http_ssi_module) HTTP_SSI=NO ;;
87 --without-http_gzip_module) HTTP_GZIP=NO ;; 88 --without-http_gzip_module) HTTP_GZIP=NO ;;
89 --without-http_access_module) HTTP_ACCESS=NO ;;
88 --without-http_status_module) HTTP_STATUS=NO ;; 90 --without-http_status_module) HTTP_STATUS=NO ;;
89 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 91 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
90 --without-http_proxy_module) HTTP_PROXY=NO ;; 92 --without-http_proxy_module) HTTP_PROXY=NO ;;
91 93
92 --with-cc=*) CC="$value" ;; 94 --with-cc=*) CC="$value" ;;