comparison src/os/unix/ngx_linux_config.h @ 248:e885208c518b

nginx-0.0.2-2004-02-03-00:19:52 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Feb 2004 21:19:52 +0000
parents 008276b9e061
children 2a0540287298
comparison
equal deleted inserted replaced
247:008276b9e061 248:e885208c518b
53 #endif 53 #endif
54 #if (HAVE_POLL) 54 #if (HAVE_POLL)
55 #include <poll.h> 55 #include <poll.h>
56 #endif 56 #endif
57 57
58 #if (HAVE_EPOLL)
59 #include <sys/epoll.h>
60 #endif /* HAVE_EPOLL */
61
58 62
59 #if defined TCP_DEFER_ACCEPT && !defined HAVE_DEFERRED_ACCEPT 63 #if defined TCP_DEFER_ACCEPT && !defined HAVE_DEFERRED_ACCEPT
60 #define HAVE_DEFERRED_ACCEPT 1 64 #define HAVE_DEFERRED_ACCEPT 1
61 #endif 65 #endif
62 66
74 #ifndef HAVE_SELECT_CHANGE_TIMEOUT 78 #ifndef HAVE_SELECT_CHANGE_TIMEOUT
75 #define HAVE_SELECT_CHANGE_TIMEOUT 1 79 #define HAVE_SELECT_CHANGE_TIMEOUT 1
76 #endif 80 #endif
77 81
78 82
79 /*
80 * SuSE 8.2 supports epoll's EPOLLET but misses it in <sys/epoll.h>
81 */
82 #ifndef EPOLLET
83 #define EPOLLET 0x80000000
84 #endif
85
86
87 #define ngx_setproctitle(title) 83 #define ngx_setproctitle(title)
88 84
89 85
90 #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */ 86 #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */