comparison auto/options @ 263:43c26e85205a

nginx-0.0.2-2004-02-19-11:45:27 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Feb 2004 08:45:27 +0000
parents 5dacbb4daaf6
children cd009bf7400d
comparison
equal deleted inserted replaced
262:8c5bdde0d9f0 263:43c26e85205a
19 HTTP_GZIP=YES 19 HTTP_GZIP=YES
20 HTTP_SSI=YES 20 HTTP_SSI=YES
21 HTTP_PROXY=YES 21 HTTP_PROXY=YES
22 22
23 USE_PCRE=NO 23 USE_PCRE=NO
24 PCRE=NO 24 PCRE=NONE
25 25
26 USE_MD5=NO 26 USE_MD5=NO
27 MD5=NONE 27 MD5=NONE
28 28
29 USE_ZLIB=NO 29 USE_ZLIB=NO
56 --without-http_gzip_module) HTTP_GZIP=NO ;; 56 --without-http_gzip_module) HTTP_GZIP=NO ;;
57 --without-http_proxy_module) HTTP_PROXY=NO ;; 57 --without-http_proxy_module) HTTP_PROXY=NO ;;
58 58
59 --with-cc=*) CC="$value" ;; 59 --with-cc=*) CC="$value" ;;
60 60
61 --without-pcre) PCRE=NONE ;; 61 --without-pcre) USE_PCRE=NO ;;
62 --with-pcre=*) PCRE="$value" ;; 62 --with-pcre=*) PCRE="$value" ;;
63 --with-md5=*) MD5="$value" ;; 63 --with-md5=*) MD5="$value" ;;
64 --with-zlib=*) ZLIB="$value" ;; 64 --with-zlib=*) ZLIB="$value" ;;
65 65
66 --test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;; 66 --test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;;