divide select module into two modules: Unix and Win32 ones

This commit is contained in:
Igor Sysoev
2009-05-06 14:53:54 +00:00
parent 3182d6a9d0
commit 6ce6fcd12d
4 changed files with 406 additions and 137 deletions

View File

@@ -95,6 +95,7 @@ EVENT_SRCS="src/event/ngx_event.c \
SELECT_MODULE=ngx_select_module
SELECT_SRCS=src/event/modules/ngx_select_module.c
WIN32_SELECT_SRCS=src/event/modules/ngx_win32_select_module.c
POLL_MODULE=ngx_poll_module
POLL_SRCS=src/event/modules/ngx_poll_module.c