comparison auto/options @ 285:8f48e6366d09

nginx-0.0.2-2004-03-11-18:42:41 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 15:42:41 +0000
parents 1fecc9478d92
children fc8dc489247e
comparison
equal deleted inserted replaced
284:1fecc9478d92 285:8f48e6366d09
2 help=no 2 help=no
3 3
4 CC=gcc 4 CC=gcc
5 OBJS=objs 5 OBJS=objs
6 6
7 DEBUG=NO
7 CPU=NO 8 CPU=NO
8 9
9 TEST_BUILD_DEVPOLL=NO 10 TEST_BUILD_DEVPOLL=NO
10 TEST_BUILD_EPOLL=NO 11 TEST_BUILD_EPOLL=NO
11 TEST_BUILD_RTSIG=NO 12 TEST_BUILD_RTSIG=NO
68 --without-http_gzip_module) HTTP_GZIP=NO ;; 69 --without-http_gzip_module) HTTP_GZIP=NO ;;
69 --without-http_proxy_module) HTTP_PROXY=NO ;; 70 --without-http_proxy_module) HTTP_PROXY=NO ;;
70 71
71 --with-cc=*) CC="$value" ;; 72 --with-cc=*) CC="$value" ;;
72 --with-cpu-opt=*) CPU="$value" ;; 73 --with-cpu-opt=*) CPU="$value" ;;
74 --with-debug) DEBUG=YES ;;
73 75
74 --without-pcre) USE_PCRE=DISABLED ;; 76 --without-pcre) USE_PCRE=DISABLED ;;
75 --with-pcre=*) PCRE="$value" ;; 77 --with-pcre=*) PCRE="$value" ;;
76 --with-pcre-opt=*) PCRE_OPT="$value" ;; 78 --with-pcre-opt=*) PCRE_OPT="$value" ;;
77 79