comparison 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
comparison
equal deleted inserted replaced
6124:f1f222db290b 6125:4dc8e7b62216
84 #if (NGX_HAVE_KQUEUE) 84 #if (NGX_HAVE_KQUEUE)
85 #include <sys/event.h> 85 #include <sys/event.h>
86 #endif 86 #endif
87 87
88 88
89 #if (NGX_HAVE_FILE_AIO || NGX_HAVE_AIO) 89 #if (NGX_HAVE_FILE_AIO)
90 #include <aio.h> 90 #include <aio.h>
91 typedef struct aiocb ngx_aiocb_t; 91 typedef struct aiocb ngx_aiocb_t;
92 #endif 92 #endif
93 93
94 94