comparison auto/options @ 239:574bea0142be

nginx-0.0.1-2004-01-26-11:52:49 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Jan 2004 08:52:49 +0000
parents 674f85a4d00f
children e6c005b66b3a
comparison
equal deleted inserted replaced
238:674f85a4d00f 239:574bea0142be
9 SELECT=YES 9 SELECT=YES
10 POLL=YES 10 POLL=YES
11 11
12 HTTP_REWRITE=YES 12 HTTP_REWRITE=YES
13 HTTP_GZIP=YES 13 HTTP_GZIP=YES
14 HTTP_SSI=YES
14 HTTP_PROXY=YES 15 HTTP_PROXY=YES
15 16
16 PCRE=NO 17 PCRE=NO
17 18
18 USE_MD5=YES 19 USE_MD5=YES
40 41
41 --without-select_module) SELECT=NO ;; 42 --without-select_module) SELECT=NO ;;
42 --without-poll_module) POLL=NO ;; 43 --without-poll_module) POLL=NO ;;
43 44
44 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 45 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
46 --without-http_ssi_module) HTTP_SSI=NO ;;
45 --without-http_gzip_module) HTTP_GZIP=NO ;; 47 --without-http_gzip_module) HTTP_GZIP=NO ;;
46 --without-http_proxy_module) HTTP_PROXY=NO ;; 48 --without-http_proxy_module) HTTP_PROXY=NO ;;
47 49
48 --with-cc=*) CC="$value" ;; 50 --with-cc=*) CC="$value" ;;
49 51