diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-12-15 06:25:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-15 06:25:09 +0000 |
| commit | 42feecbdb694e114e034f0be67d19bba4165c363 (patch) | |
| tree | aea7c9c7c12f3cfef321901ddf92846815f1b876 /src/event/ngx_event.c | |
| parent | 3add464b545b5dd29d07873b84f90fb77021d0c4 (diff) | |
| download | nginx-42feecbdb694e114e034f0be67d19bba4165c363.tar.gz nginx-42feecbdb694e114e034f0be67d19bba4165c363.tar.bz2 | |
nginx-0.0.1-2002-12-15-09:25:09 import
Diffstat (limited to 'src/event/ngx_event.c')
| -rw-r--r-- | src/event/ngx_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event.c b/src/event/ngx_event.c index 8e918f0ef..2d68af2a0 100644 --- a/src/event/ngx_event.c +++ b/src/event/ngx_event.c @@ -21,7 +21,7 @@ ngx_event_t *ngx_read_events, *ngx_write_events; #if !(USE_KQUEUE) -#if 0 +#if 1 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT; #else ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT; |
