diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-01-28 15:56:37 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-01-28 15:56:37 +0000 |
| commit | a19a85e600c1c4d7daa9fdd20df3777169b5dc2b (patch) | |
| tree | 730bbaeeee69ccc527c3c7c10aab76a9c65cd3db /src/event/ngx_event.c | |
| parent | 9b25d691d3a472cb499d638b57f18e743cc2c4f3 (diff) | |
| download | nginx-a19a85e600c1c4d7daa9fdd20df3777169b5dc2b.tar.gz nginx-a19a85e600c1c4d7daa9fdd20df3777169b5dc2b.tar.bz2 | |
nginx-0.0.1-2003-01-28-18:56:37 import
Diffstat (limited to '')
| -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 a6addd568..04036d430 100644 --- a/src/event/ngx_event.c +++ b/src/event/ngx_event.c @@ -32,7 +32,7 @@ ngx_event_t *ngx_read_events, *ngx_write_events; #if 0 ngx_event_type_e ngx_event_type = NGX_SELECT_EVENT; -#elif 1 +#elif 0 ngx_event_type_e ngx_event_type = NGX_POLL_EVENT; #else ngx_event_type_e ngx_event_type = NGX_KQUEUE_EVENT; |
