comparison auto/options @ 6017:83d54192e97b

Configure: removed obsolete threads bits.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 13 Mar 2015 19:08:27 +0300
parents efc84a5723b3
children 466bd63b63d1
comparison
equal deleted inserted replaced
6016:457ec43dd8d5 6017:83d54192e97b
188 --without-select_module) EVENT_SELECT=NONE ;; 188 --without-select_module) EVENT_SELECT=NONE ;;
189 --with-poll_module) EVENT_POLL=YES ;; 189 --with-poll_module) EVENT_POLL=YES ;;
190 --without-poll_module) EVENT_POLL=NONE ;; 190 --without-poll_module) EVENT_POLL=NONE ;;
191 --with-aio_module) EVENT_AIO=YES ;; 191 --with-aio_module) EVENT_AIO=YES ;;
192 192
193 #--with-threads=*) USE_THREADS="$value" ;;
194 #--with-threads) USE_THREADS="pthreads" ;;
195
196 --with-file-aio) NGX_FILE_AIO=YES ;; 193 --with-file-aio) NGX_FILE_AIO=YES ;;
197 --with-ipv6) NGX_IPV6=YES ;; 194 --with-ipv6) NGX_IPV6=YES ;;
198 195
199 --without-http) HTTP=NO ;; 196 --without-http) HTTP=NO ;;
200 --without-http-cache) HTTP_CACHE=NO ;; 197 --without-http-cache) HTTP_CACHE=NO ;;