comparison auto/sources @ 6126:adba26ff70b5

Removed the obsolete rtsig module.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 Apr 2015 14:17:40 +0300
parents 4dc8e7b62216
children 8807a2369b1a
comparison
equal deleted inserted replaced
6125:4dc8e7b62216 6126:adba26ff70b5
122 EVENTPORT_SRCS=src/event/modules/ngx_eventport_module.c 122 EVENTPORT_SRCS=src/event/modules/ngx_eventport_module.c
123 123
124 EPOLL_MODULE=ngx_epoll_module 124 EPOLL_MODULE=ngx_epoll_module
125 EPOLL_SRCS=src/event/modules/ngx_epoll_module.c 125 EPOLL_SRCS=src/event/modules/ngx_epoll_module.c
126 126
127 RTSIG_MODULE=ngx_rtsig_module
128 RTSIG_SRCS=src/event/modules/ngx_rtsig_module.c
129
130 IOCP_MODULE=ngx_iocp_module 127 IOCP_MODULE=ngx_iocp_module
131 IOCP_SRCS=src/event/modules/ngx_iocp_module.c 128 IOCP_SRCS=src/event/modules/ngx_iocp_module.c
132 129
133 FILE_AIO_SRCS="src/os/unix/ngx_file_aio_read.c" 130 FILE_AIO_SRCS="src/os/unix/ngx_file_aio_read.c"
134 LINUX_AIO_SRCS="src/os/unix/ngx_linux_aio_read.c" 131 LINUX_AIO_SRCS="src/os/unix/ngx_linux_aio_read.c"