comparison auto/options @ 364:7c54d93f5965

nginx-0.0.7-2004-06-22-20:43:09 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Jun 2004 16:43:09 +0000
parents 4feff829a849
children ceec87d1c2b3
comparison
equal deleted inserted replaced
363:f2755a2885c8 364:7c54d93f5965
27 EVENT_POLL=NO 27 EVENT_POLL=NO
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_REWRITE=YES 33 HTTP_REWRITE=YES
33 HTTP_GZIP=YES 34 HTTP_GZIP=YES
34 HTTP_SSI=YES 35 HTTP_SSI=YES
35 HTTP_PROXY=YES 36 HTTP_PROXY=YES
36 37
78 --with-aio_module) EVENT_AIO=YES ;; 79 --with-aio_module) EVENT_AIO=YES ;;
79 80
80 --with-threads=*) USE_THREADS="$value" ;; 81 --with-threads=*) USE_THREADS="$value" ;;
81 --with-threads) USE_THREADS="pthreads" ;; 82 --with-threads) USE_THREADS="pthreads" ;;
82 83
84 --without-http_charset_module) HTTP_CHARSET=NO ;;
83 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 85 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
84 --without-http_ssi_module) HTTP_SSI=NO ;; 86 --without-http_ssi_module) HTTP_SSI=NO ;;
85 --without-http_gzip_module) HTTP_GZIP=NO ;; 87 --without-http_gzip_module) HTTP_GZIP=NO ;;
86 --without-http_proxy_module) HTTP_PROXY=NO ;; 88 --without-http_proxy_module) HTTP_PROXY=NO ;;
87 89