comparison auto/options @ 266:5238e93961a1

nginx-0.0.2-2004-02-23-23:57:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2004 20:57:12 +0000
parents cd009bf7400d
children 8f65fee68270
comparison
equal deleted inserted replaced
265:6468241715e6 266:5238e93961a1
12 12
13 EVENT_RTSIG=NO 13 EVENT_RTSIG=NO
14 EVENT_SELECT=NO 14 EVENT_SELECT=NO
15 EVENT_POLL=NO 15 EVENT_POLL=NO
16 EVENT_AIO=NO 16 EVENT_AIO=NO
17
18 USE_THREADS=NO
17 19
18 HTTP_REWRITE=YES 20 HTTP_REWRITE=YES
19 HTTP_GZIP=YES 21 HTTP_GZIP=YES
20 HTTP_SSI=YES 22 HTTP_SSI=YES
21 HTTP_PROXY=YES 23 HTTP_PROXY=YES
48 --with-select_module) EVENT_SELECT=YES ;; 50 --with-select_module) EVENT_SELECT=YES ;;
49 --without-select_module) EVENT_SELECT=NONE ;; 51 --without-select_module) EVENT_SELECT=NONE ;;
50 --with-poll_module) EVENT_POLL=YES ;; 52 --with-poll_module) EVENT_POLL=YES ;;
51 --without-poll_module) EVENT_POLL=NONE ;; 53 --without-poll_module) EVENT_POLL=NONE ;;
52 --with-aio_module) EVENT_AIO=YES ;; 54 --with-aio_module) EVENT_AIO=YES ;;
55
56 --with-threads=*) USE_THREADS="$value" ;;
57 --with-threads) USE_THREADS="pthreads" ;;
53 58
54 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 59 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
55 --without-http_ssi_module) HTTP_SSI=NO ;; 60 --without-http_ssi_module) HTTP_SSI=NO ;;
56 --without-http_gzip_module) HTTP_GZIP=NO ;; 61 --without-http_gzip_module) HTTP_GZIP=NO ;;
57 --without-http_proxy_module) HTTP_PROXY=NO ;; 62 --without-http_proxy_module) HTTP_PROXY=NO ;;