nginx-0.0.1-2002-12-20-09:54:55 import
This commit is contained in:
parent
db5bb4a8ae
commit
6fb5efd913
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue