aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_freebsd_config.h
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 /src/os/unix/ngx_freebsd_config.h
parent39386c951c6e2e898b4871156e61227c348e8bba (diff)
downloadnginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.tar.gz
nginx-c1882d9f3f05f39468ebbc00c5f21f01ec691fd9.zip
Removed the obsolete aio module.
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r--src/os/unix/ngx_freebsd_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h
index 8f060514d..9a2578875 100644
--- a/src/os/unix/ngx_freebsd_config.h
+++ b/src/os/unix/ngx_freebsd_config.h
@@ -86,7 +86,7 @@
#endif
-#if (NGX_HAVE_FILE_AIO || NGX_HAVE_AIO)
+#if (NGX_HAVE_FILE_AIO)
#include <aio.h>
typedef struct aiocb ngx_aiocb_t;
#endif