comparison src/os/unix/ngx_linux_config.h @ 6126:adba26ff70b5

Removed the obsolete rtsig module.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 Apr 2015 14:17:40 +0300
parents 466bd63b63d1
children 7142b04337d6
comparison
equal deleted inserted replaced
6125:4dc8e7b62216 6126:adba26ff70b5
80 #if (NGX_HAVE_POLL) 80 #if (NGX_HAVE_POLL)
81 #include <poll.h> 81 #include <poll.h>
82 #endif 82 #endif
83 83
84 84
85 #if (NGX_HAVE_RTSIG)
86 #include <poll.h>
87 #include <sys/sysctl.h>
88 #endif
89
90
91 #if (NGX_HAVE_EPOLL) 85 #if (NGX_HAVE_EPOLL)
92 #include <sys/epoll.h> 86 #include <sys/epoll.h>
93 #endif 87 #endif
94 88
95 89