summaryrefslogtreecommitdiffhomepage
path: root/auto/os
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/os
parent39386c951c6e2e898b4871156e61227c348e8bba (diff)
downloadnginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.tar.gz
nginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.tar.bz2
Removed the obsolete aio module.
Diffstat (limited to 'auto/os')
-rw-r--r--auto/os/freebsd20
-rw-r--r--auto/os/win321
2 files changed, 0 insertions, 21 deletions
diff --git a/auto/os/freebsd b/auto/os/freebsd
index 6c696326b..937ca204e 100644
--- a/auto/os/freebsd
+++ b/auto/os/freebsd
@@ -99,26 +99,6 @@ then
fi
-if [ $EVENT_AIO = YES ]; then
- if [ \( $version -lt 500000 -a $version -ge 430000 \) \
- -o $version -ge 500014 ]
- then
- have=NGX_HAVE_AIO . auto/have
- EVENT_MODULES="$EVENT_MODULES $AIO_MODULE"
- CORE_SRCS="$CORE_SRCS $AIO_SRCS"
- else
-
-cat << END
-
-$0: error: the kqueue does not support AIO on this FreeBSD version
-
-END
-
- exit 1
- fi
-fi
-
-
# cpuset_setaffinity()
if [ $version -ge 701000 ]; then
diff --git a/auto/os/win32 b/auto/os/win32
index 0b9b46187..82fc212f8 100644
--- a/auto/os/win32
+++ b/auto/os/win32
@@ -36,5 +36,4 @@ if [ $NGX_IPV6 = YES ]; then
have=NGX_HAVE_INET6 . auto/have
fi
-have=NGX_HAVE_AIO . auto/have
have=NGX_HAVE_IOCP . auto/have