diff options
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index c83ffa724..1a21c70a4 100644 --- a/auto/sources +++ b/auto/sources @@ -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 |