nginx-0.0.1-2002-12-20-09:54:55 import

This commit is contained in:
Igor Sysoev 2002-12-20 06:54:55 +00:00
parent fcd21fe0a2
commit 93e50544d8

View File

@ -22,11 +22,15 @@ ngx_event_t *ngx_read_events, *ngx_write_events;
#if !(USE_KQUEUE)
#if (HAVE_KQUEUE)
#if 1
ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
#else
ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT;
#endif
#else
ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
#endif
ngx_event_actions_t ngx_event_actions;