comparison src/os/unix/ngx_linux_config.h @ 368:6aeb6e11b9e7 NGINX_0_6_28

nginx 0.6.28 *) Bugfix: the rtsig method could be not built; bug appeared in 0.6.27.
author Igor Sysoev <http://sysoev.ru>
date Thu, 13 Mar 2008 00:00:00 +0300
parents eae74a780a84
children 820f6378fc00
comparison
equal deleted inserted replaced
367:579b892330d8 368:6aeb6e11b9e7
67 extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); 67 extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size);
68 #define NGX_SENDFILE_LIMIT 0x80000000 68 #define NGX_SENDFILE_LIMIT 0x80000000
69 #endif 69 #endif
70 70
71 71
72 #if (NGX_HAVE_POLL) 72 #if (NGX_HAVE_POLL || NGX_HAVE_RTSIG)
73 #include <poll.h> 73 #include <poll.h>
74 #endif 74 #endif
75 75
76 76
77 #if (NGX_HAVE_EPOLL) 77 #if (NGX_HAVE_EPOLL)