diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-01-29 21:45:01 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-29 21:45:01 +0000 |
commit | 10318a2e4f403d8e96dbdc939ccb51f19afdc180 (patch) | |
tree | f1907aa8c042ffc643b20dd694f0c00c64df9964 /auto/sources | |
parent | 76f7b5eeed458efc9b27ab9200c14396e26c157f (diff) | |
download | nginx-10318a2e4f403d8e96dbdc939ccb51f19afdc180.tar.gz nginx-10318a2e4f403d8e96dbdc939ccb51f19afdc180.zip |
nginx-0.0.1-2004-01-30-00:45:01 import
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 b352effbb..c83ffa724 100644 --- a/auto/sources +++ b/auto/sources @@ -74,6 +74,9 @@ KQUEUE_SRCS=src/event/modules/ngx_kqueue_module.c DEVPOLL_MODULE="ngx_devpoll_module" DEVPOLL_SRCS=src/event/modules/ngx_devpoll_module.c +EPOLL_MODULE="ngx_epoll_module" +EPOLL_SRCS=src/event/modules/ngx_epoll_module.c + IOCP_MODULE="ngx_iocp_module" IOCP_SRCS=src/event/modules/ngx_iocp_module.c |