comparison auto/sources @ 2813:c00763aa5e1b

divide select module into two modules: Unix and Win32 ones
author Igor Sysoev <igor@sysoev.ru>
date Wed, 06 May 2009 14:53:54 +0000
parents a16ec9e1b4d1
children 31af2d1a742e
comparison
equal deleted inserted replaced
2812:dcb1b4d6ff54 2813:c00763aa5e1b
93 src/event/ngx_event_pipe.c" 93 src/event/ngx_event_pipe.c"
94 94
95 95
96 SELECT_MODULE=ngx_select_module 96 SELECT_MODULE=ngx_select_module
97 SELECT_SRCS=src/event/modules/ngx_select_module.c 97 SELECT_SRCS=src/event/modules/ngx_select_module.c
98 WIN32_SELECT_SRCS=src/event/modules/ngx_win32_select_module.c
98 99
99 POLL_MODULE=ngx_poll_module 100 POLL_MODULE=ngx_poll_module
100 POLL_SRCS=src/event/modules/ngx_poll_module.c 101 POLL_SRCS=src/event/modules/ngx_poll_module.c
101 102
102 KQUEUE_MODULE=ngx_kqueue_module 103 KQUEUE_MODULE=ngx_kqueue_module