comparison src/event/ngx_event.h @ 63:36d2c25cc9bb

nginx-0.0.1-2003-02-26-23:21:43 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Feb 2003 20:21:43 +0000
parents 50186b49f2ad
children 34d647deb1da
comparison
equal deleted inserted replaced
62:8ccba41a678e 63:36d2c25cc9bb
113 #if (HAVE_DEVPOLL) 113 #if (HAVE_DEVPOLL)
114 NGX_DEVPOLL_EVENT_N, 114 NGX_DEVPOLL_EVENT_N,
115 #endif 115 #endif
116 #if (HAVE_KQUEUE) 116 #if (HAVE_KQUEUE)
117 NGX_KQUEUE_EVENT_N, 117 NGX_KQUEUE_EVENT_N,
118 #endif
119 #if (HAVE_AIO)
120 NGX_AIO_EVENT_N,
118 #endif 121 #endif
119 #if (HAVE_IOCP) 122 #if (HAVE_IOCP)
120 NGX_IOCP_EVENT_N, 123 NGX_IOCP_EVENT_N,
121 #endif 124 #endif
122 NGX_DUMMY_EVENT_N /* avoid comma at end of enumerator list */ 125 NGX_DUMMY_EVENT_N /* avoid comma at end of enumerator list */