summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-04-22 18:57:32 +0300
committerRuslan Ermilov <ru@nginx.com>2015-04-22 18:57:32 +0300
commitc1882d9f3f05f39468ebbc00c5f21f01ec691fd9 (patch)
treee953b78212100ea39278241f6f3644771a2b887c /auto/options
parent39386c951c6e2e898b4871156e61227c348e8bba (diff)
downloadnginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.tar.gz
nginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.tar.bz2
Removed the obsolete aio module.
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options2
1 files changed, 0 insertions, 2 deletions
diff --git a/auto/options b/auto/options
index 62f7d1829..6779cbdf9 100644
--- a/auto/options
+++ b/auto/options
@@ -41,7 +41,6 @@ EVENT_FOUND=NO
EVENT_RTSIG=NO
EVENT_SELECT=NO
EVENT_POLL=NO
-EVENT_AIO=NO
USE_THREADS=NO
@@ -195,7 +194,6 @@ do
--without-select_module) EVENT_SELECT=NONE ;;
--with-poll_module) EVENT_POLL=YES ;;
--without-poll_module) EVENT_POLL=NONE ;;
- --with-aio_module) EVENT_AIO=YES ;;
--with-threads) USE_THREADS=YES ;;