diff src/os/unix/ngx_freebsd_config.h @ 6125:4dc8e7b62216

Removed the obsolete aio module.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 22 Apr 2015 18:57:32 +0300
parents fa77496b1df2
children 7142b04337d6
line wrap: on
line diff
--- 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