comparison src/event/ngx_event.c @ 257:70e1c7d2b83d

nginx-0.0.2-2004-02-11-20:08:49 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Feb 2004 17:08:49 +0000
parents e6938ca7331a
children 5dacbb4daaf6
comparison
equal deleted inserted replaced
256:8e39cab6abd5 257:70e1c7d2b83d
15 #endif 15 #endif
16 16
17 #if (HAVE_DEVPOLL) 17 #if (HAVE_DEVPOLL)
18 extern ngx_module_t ngx_devpoll_module; 18 extern ngx_module_t ngx_devpoll_module;
19 extern ngx_event_module_t ngx_devpoll_module_ctx; 19 extern ngx_event_module_t ngx_devpoll_module_ctx;
20 #endif
21
22 #if (HAVE_EPOLL)
23 extern ngx_module_t ngx_epoll_module;
24 extern ngx_event_module_t ngx_epoll_module_ctx;
20 #endif 25 #endif
21 26
22 #if (HAVE_AIO) 27 #if (HAVE_AIO)
23 #include <ngx_aio_module.h> 28 #include <ngx_aio_module.h>
24 #endif 29 #endif