comparison auto/options @ 367:ceec87d1c2b3

nginx-0.0.7-2004-06-24-11:53:37 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jun 2004 07:53:37 +0000
parents 7c54d93f5965
children 15c84a40e87d
comparison
equal deleted inserted replaced
366:e411b1482ee3 367:ceec87d1c2b3
28 EVENT_AIO=NO 28 EVENT_AIO=NO
29 29
30 USE_THREADS=NO 30 USE_THREADS=NO
31 31
32 HTTP_CHARSET=YES 32 HTTP_CHARSET=YES
33 HTTP_REWRITE=YES
34 HTTP_GZIP=YES 33 HTTP_GZIP=YES
35 HTTP_SSI=YES 34 HTTP_SSI=YES
35 HTTP_STATUS=YES
36 HTTP_REWRITE=YES
36 HTTP_PROXY=YES 37 HTTP_PROXY=YES
37 38
38 USE_PCRE=NO 39 USE_PCRE=NO
39 PCRE=NONE 40 PCRE=NONE
40 PCRE_OPT= 41 PCRE_OPT=
80 81
81 --with-threads=*) USE_THREADS="$value" ;; 82 --with-threads=*) USE_THREADS="$value" ;;
82 --with-threads) USE_THREADS="pthreads" ;; 83 --with-threads) USE_THREADS="pthreads" ;;
83 84
84 --without-http_charset_module) HTTP_CHARSET=NO ;; 85 --without-http_charset_module) HTTP_CHARSET=NO ;;
85 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
86 --without-http_ssi_module) HTTP_SSI=NO ;; 86 --without-http_ssi_module) HTTP_SSI=NO ;;
87 --without-http_gzip_module) HTTP_GZIP=NO ;; 87 --without-http_gzip_module) HTTP_GZIP=NO ;;
88 --without-http_status_module) HTTP_STATUS=NO ;;
89 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
88 --without-http_proxy_module) HTTP_PROXY=NO ;; 90 --without-http_proxy_module) HTTP_PROXY=NO ;;
89 91
90 --with-cc=*) CC="$value" ;; 92 --with-cc=*) CC="$value" ;;
91 --with-cpp=*) CPP="$value" ;; 93 --with-cpp=*) CPP="$value" ;;
92 --with-cc-opt=*) CC_OPT="$value" ;; 94 --with-cc-opt=*) CC_OPT="$value" ;;