comparison auto/options @ 383:c05876036128

nginx-0.0.7-2004-07-08-19:17:47 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jul 2004 15:17:47 +0000
parents 15c84a40e87d
children 4e21d1291a14
comparison
equal deleted inserted replaced
382:449c4885dcd1 383:c05876036128
29 29
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_SSL=NO
34 HTTP_SSI=YES 35 HTTP_SSI=YES
35 HTTP_ACCESS=YES 36 HTTP_ACCESS=YES
36 HTTP_STATUS=YES 37 HTTP_STATUS=YES
37 HTTP_REWRITE=YES 38 HTTP_REWRITE=YES
38 HTTP_PROXY=YES 39 HTTP_PROXY=YES
81 --with-aio_module) EVENT_AIO=YES ;; 82 --with-aio_module) EVENT_AIO=YES ;;
82 83
83 --with-threads=*) USE_THREADS="$value" ;; 84 --with-threads=*) USE_THREADS="$value" ;;
84 --with-threads) USE_THREADS="pthreads" ;; 85 --with-threads) USE_THREADS="pthreads" ;;
85 86
87 --with-http_ssl_module) HTTP_SSL=YES ;;
86 --without-http_charset_module) HTTP_CHARSET=NO ;; 88 --without-http_charset_module) HTTP_CHARSET=NO ;;
89 --without-http_gzip_module) HTTP_GZIP=NO ;;
87 --without-http_ssi_module) HTTP_SSI=NO ;; 90 --without-http_ssi_module) HTTP_SSI=NO ;;
88 --without-http_gzip_module) HTTP_GZIP=NO ;;
89 --without-http_access_module) HTTP_ACCESS=NO ;; 91 --without-http_access_module) HTTP_ACCESS=NO ;;
90 --without-http_status_module) HTTP_STATUS=NO ;; 92 --without-http_status_module) HTTP_STATUS=NO ;;
91 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 93 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
92 --without-http_proxy_module) HTTP_PROXY=NO ;; 94 --without-http_proxy_module) HTTP_PROXY=NO ;;
93 95