comparison auto/sources @ 719:f30b1a75fd3b

Solaris 10 event ports support
author Igor Sysoev <igor@sysoev.ru>
date Tue, 26 Sep 2006 12:20:12 +0000
parents c1104f701926
children af72ac9c3dbf
comparison
equal deleted inserted replaced
718:d488926182ea 719:f30b1a75fd3b
93 KQUEUE_SRCS=src/event/modules/ngx_kqueue_module.c 93 KQUEUE_SRCS=src/event/modules/ngx_kqueue_module.c
94 94
95 DEVPOLL_MODULE=ngx_devpoll_module 95 DEVPOLL_MODULE=ngx_devpoll_module
96 DEVPOLL_SRCS=src/event/modules/ngx_devpoll_module.c 96 DEVPOLL_SRCS=src/event/modules/ngx_devpoll_module.c
97 97
98 EVENTPORT_MODULE=ngx_eventport_module
99 EVENTPORT_SRCS=src/event/modules/ngx_eventport_module.c
100
98 EPOLL_MODULE=ngx_epoll_module 101 EPOLL_MODULE=ngx_epoll_module
99 EPOLL_SRCS=src/event/modules/ngx_epoll_module.c 102 EPOLL_SRCS=src/event/modules/ngx_epoll_module.c
100 103
101 RTSIG_MODULE=ngx_rtsig_module 104 RTSIG_MODULE=ngx_rtsig_module
102 RTSIG_SRCS=src/event/modules/ngx_rtsig_module.c 105 RTSIG_SRCS=src/event/modules/ngx_rtsig_module.c