nginx-0.0.1-2004-01-30-20:39:00 import

This commit is contained in:
Igor Sysoev
2004-01-30 17:39:00 +00:00
parent 10318a2e4f
commit bbcea6c3d7
8 changed files with 431 additions and 104 deletions

View File

@@ -77,6 +77,9 @@ DEVPOLL_SRCS=src/event/modules/ngx_devpoll_module.c
EPOLL_MODULE="ngx_epoll_module"
EPOLL_SRCS=src/event/modules/ngx_epoll_module.c
SIGIO_MODULE="ngx_sigio_module"
SIGIO_SRCS=src/event/modules/ngx_sigio_module.c
IOCP_MODULE="ngx_iocp_module"
IOCP_SRCS=src/event/modules/ngx_iocp_module.c