From fa73aac7747c9d0a8575eb2beffcdab50171e006 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 21 May 2003 13:28:21 +0000 Subject: nginx-0.0.1-2003-05-21-17:28:21 import --- src/core/ngx_modules.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/ngx_modules.c') diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c index 5e5f5a8bd..cf5458c5a 100644 --- a/src/core/ngx_modules.c +++ b/src/core/ngx_modules.c @@ -17,6 +17,9 @@ extern ngx_module_t ngx_kqueue_module; #if (HAVE_DEVPOLL) extern ngx_module_t ngx_devpoll_module; #endif +#if (HAVE_AIO) +extern ngx_module_t ngx_aio_module; +#endif extern ngx_module_t ngx_http_module; @@ -47,6 +50,9 @@ ngx_module_t *ngx_modules[] = { #if (HAVE_DEVPOLL) &ngx_devpoll_module, #endif +#if (HAVE_AIO) + &ngx_aio_module, +#endif /* http */ -- cgit v1.2.3