diff auto/sources @ 246:6753e8cdaa2c

nginx-0.0.1-2004-01-30-20:39:00 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Jan 2004 17:39:00 +0000
parents e6c005b66b3a
children e885208c518b
line wrap: on
line diff
--- a/auto/sources
+++ b/auto/sources
@@ -77,6 +77,9 @@ DEVPOLL_SRCS=src/event/modules/ngx_devpo
 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