comparison auto/options @ 6125:4dc8e7b62216

Removed the obsolete aio module.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 22 Apr 2015 18:57:32 +0300
parents 61d7ae76647d
children adba26ff70b5
comparison
equal deleted inserted replaced
6124:f1f222db290b 6125:4dc8e7b62216
39 EVENT_FOUND=NO 39 EVENT_FOUND=NO
40 40
41 EVENT_RTSIG=NO 41 EVENT_RTSIG=NO
42 EVENT_SELECT=NO 42 EVENT_SELECT=NO
43 EVENT_POLL=NO 43 EVENT_POLL=NO
44 EVENT_AIO=NO
45 44
46 USE_THREADS=NO 45 USE_THREADS=NO
47 46
48 NGX_FILE_AIO=NO 47 NGX_FILE_AIO=NO
49 NGX_IPV6=NO 48 NGX_IPV6=NO
193 --with-rtsig_module) EVENT_RTSIG=YES ;; 192 --with-rtsig_module) EVENT_RTSIG=YES ;;
194 --with-select_module) EVENT_SELECT=YES ;; 193 --with-select_module) EVENT_SELECT=YES ;;
195 --without-select_module) EVENT_SELECT=NONE ;; 194 --without-select_module) EVENT_SELECT=NONE ;;
196 --with-poll_module) EVENT_POLL=YES ;; 195 --with-poll_module) EVENT_POLL=YES ;;
197 --without-poll_module) EVENT_POLL=NONE ;; 196 --without-poll_module) EVENT_POLL=NONE ;;
198 --with-aio_module) EVENT_AIO=YES ;;
199 197
200 --with-threads) USE_THREADS=YES ;; 198 --with-threads) USE_THREADS=YES ;;
201 199
202 --with-file-aio) NGX_FILE_AIO=YES ;; 200 --with-file-aio) NGX_FILE_AIO=YES ;;
203 --with-ipv6) NGX_IPV6=YES ;; 201 --with-ipv6) NGX_IPV6=YES ;;