mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 21:19:12 -06:00
nginx-0.0.1-2002-12-20-09:54:55 import
This commit is contained in:
parent
fcd21fe0a2
commit
93e50544d8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user