From 328af6e8cd26f274bf385cfff3c888725746ea4f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 1 Feb 2004 08:10:52 +0000 Subject: nginx-0.0.1-2004-02-01-11:10:52 import --- src/os/unix/ngx_linux_config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/os/unix/ngx_linux_config.h') diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index d3be6d247..de3f2871e 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -76,6 +76,14 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #endif +/* + * SuSE 8.2 supports epoll's EPOLLET but misses it in + */ +#ifndef EPOLLET +#define EPOLLET 0x80000000 +#endif + + #define ngx_setproctitle(title) -- cgit v1.2.3