diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-09-26 12:20:12 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-09-26 12:20:12 +0000 |
| commit | 4524fb0dcda00c32732132cfefb263f8fa9919df (patch) | |
| tree | e3746564dc5428cf2630c403fc1615d2f693e9cb /auto/sources | |
| parent | 4c804591c1a917ec301dcb1a9d32a61f756b6f8a (diff) | |
| download | nginx-4524fb0dcda00c32732132cfefb263f8fa9919df.tar.gz nginx-4524fb0dcda00c32732132cfefb263f8fa9919df.tar.bz2 | |
Solaris 10 event ports support
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index beff38bcc..613c5820b 100644 --- a/auto/sources +++ b/auto/sources @@ -95,6 +95,9 @@ KQUEUE_SRCS=src/event/modules/ngx_kqueue_module.c DEVPOLL_MODULE=ngx_devpoll_module DEVPOLL_SRCS=src/event/modules/ngx_devpoll_module.c +EVENTPORT_MODULE=ngx_eventport_module +EVENTPORT_SRCS=src/event/modules/ngx_eventport_module.c + EPOLL_MODULE=ngx_epoll_module EPOLL_SRCS=src/event/modules/ngx_epoll_module.c |
