comparison auto/options @ 3052:6060225e9261

FreeBSD and Linux AIO support
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Aug 2009 08:12:35 +0000
parents 6ae141e270ad
children e6967a1dc8e9
comparison
equal deleted inserted replaced
3051:26dfc0fa22c8 3052:6060225e9261
41 EVENT_POLL=NO 41 EVENT_POLL=NO
42 EVENT_AIO=NO 42 EVENT_AIO=NO
43 43
44 USE_THREADS=NO 44 USE_THREADS=NO
45 45
46 NGX_FILE_AIO=NO
46 NGX_IPV6=NO 47 NGX_IPV6=NO
47 48
48 HTTP=YES 49 HTTP=YES
49 50
50 NGX_HTTP_LOG_PATH= 51 NGX_HTTP_LOG_PATH=
168 --with-aio_module) EVENT_AIO=YES ;; 169 --with-aio_module) EVENT_AIO=YES ;;
169 170
170 #--with-threads=*) USE_THREADS="$value" ;; 171 #--with-threads=*) USE_THREADS="$value" ;;
171 #--with-threads) USE_THREADS="pthreads" ;; 172 #--with-threads) USE_THREADS="pthreads" ;;
172 173
174 --with-file-aio) NGX_FILE_AIO=YES ;;
173 --with-ipv6) NGX_IPV6=YES ;; 175 --with-ipv6) NGX_IPV6=YES ;;
174 176
175 --without-http) HTTP=NO ;; 177 --without-http) HTTP=NO ;;
176 --without-http-cache) HTTP_CACHE=NO ;; 178 --without-http-cache) HTTP_CACHE=NO ;;
177 179
303 --with-select_module enable select module 305 --with-select_module enable select module
304 --without-select_module disable select module 306 --without-select_module disable select module
305 --with-poll_module enable poll module 307 --with-poll_module enable poll module
306 --without-poll_module disable poll module 308 --without-poll_module disable poll module
307 309
310 --with-file-aio enable file aio support
308 --with-ipv6 enable ipv6 support 311 --with-ipv6 enable ipv6 support
309 312
310 --with-http_ssl_module enable ngx_http_ssl_module 313 --with-http_ssl_module enable ngx_http_ssl_module
311 --with-http_realip_module enable ngx_http_realip_module 314 --with-http_realip_module enable ngx_http_realip_module
312 --with-http_addition_module enable ngx_http_addition_module 315 --with-http_addition_module enable ngx_http_addition_module