comparison src/event/modules/ngx_devpoll_module.c @ 50:b288069a8696

nginx-0.0.1-2003-01-23-21:47:54 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Jan 2003 18:47:54 +0000
parents d81326c3b21b
children d1e42f1b8fd4
comparison
equal deleted inserted replaced
49:c091d5b853c8 50:b288069a8696
7 #include <ngx_core.h> 7 #include <ngx_core.h>
8 #include <ngx_types.h> 8 #include <ngx_types.h>
9 #include <ngx_log.h> 9 #include <ngx_log.h>
10 #include <ngx_connection.h> 10 #include <ngx_connection.h>
11 #include <ngx_event.h> 11 #include <ngx_event.h>
12 #include <ngx_event_timer.h>
12 #include <ngx_devpoll_module.h> 13 #include <ngx_devpoll_module.h>
13 14
14 #if (USE_DEVPOLL) && !(HAVE_DEVPOLL) 15 #if (USE_DEVPOLL) && !(HAVE_DEVPOLL)
15 #error "/dev/poll is not supported on this platform" 16 #error "/dev/poll is not supported on this platform"
16 #endif 17 #endif