comparison auto/options @ 283:8f65fee68270

nginx-0.0.2-2004-03-10-20:55:19 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 10 Mar 2004 17:55:19 +0000
parents 5238e93961a1
children 1fecc9478d92
comparison
equal deleted inserted replaced
282:30310107dbc9 283:8f65fee68270
1 1
2 help=no 2 help=no
3 3
4 CC=gcc 4 CC=gcc
5 OBJS=objs 5 OBJS=objs
6
7 CPU_OPT=NO
6 8
7 TEST_BUILD_DEVPOLL=NO 9 TEST_BUILD_DEVPOLL=NO
8 TEST_BUILD_EPOLL=NO 10 TEST_BUILD_EPOLL=NO
9 TEST_BUILD_RTSIG=NO 11 TEST_BUILD_RTSIG=NO
10 12
60 --without-http_ssi_module) HTTP_SSI=NO ;; 62 --without-http_ssi_module) HTTP_SSI=NO ;;
61 --without-http_gzip_module) HTTP_GZIP=NO ;; 63 --without-http_gzip_module) HTTP_GZIP=NO ;;
62 --without-http_proxy_module) HTTP_PROXY=NO ;; 64 --without-http_proxy_module) HTTP_PROXY=NO ;;
63 65
64 --with-cc=*) CC="$value" ;; 66 --with-cc=*) CC="$value" ;;
67 --with-cpu=*) CPU_OPT="$value" ;;
65 68
66 --without-pcre) USE_PCRE=DISABLED ;; 69 --without-pcre) USE_PCRE=DISABLED ;;
67 --with-pcre=*) PCRE="$value" ;; 70 --with-pcre=*) PCRE="$value" ;;
68 --with-md5=*) MD5="$value" ;; 71 --with-md5=*) MD5="$value" ;;
69 --with-zlib=*) ZLIB="$value" ;; 72 --with-zlib=*) ZLIB="$value" ;;
73 --with-zlib-opt=*) ZLIB_OPT="$value" ;;
70 74
71 --test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;; 75 --test-build-devpoll) TEST_BUILD_DEVPOLL=YES ;;
72 --test-build-epoll) TEST_BUILD_EPOLL=YES ;; 76 --test-build-epoll) TEST_BUILD_EPOLL=YES ;;
73 --test-build-rtsig) TEST_BUILD_RTSIG=YES ;; 77 --test-build-rtsig) TEST_BUILD_RTSIG=YES ;;
74 78