mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08: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 !(USE_KQUEUE)
|
||||||
|
|
||||||
|
#if (HAVE_KQUEUE)
|
||||||
#if 1
|
#if 1
|
||||||
ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
|
ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
|
||||||
#else
|
#else
|
||||||
ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT;
|
ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT;
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT;
|
||||||
|
#endif
|
||||||
|
|
||||||
ngx_event_actions_t ngx_event_actions;
|
ngx_event_actions_t ngx_event_actions;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user