comparison src/os/unix/ngx_linux_config.h @ 247:008276b9e061

nginx-0.0.1-2004-02-01-11:10:52 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 01 Feb 2004 08:10:52 +0000
parents 5d4f49dc8de5
children e885208c518b
comparison
equal deleted inserted replaced
246:6753e8cdaa2c 247:008276b9e061
74 #ifndef HAVE_SELECT_CHANGE_TIMEOUT 74 #ifndef HAVE_SELECT_CHANGE_TIMEOUT
75 #define HAVE_SELECT_CHANGE_TIMEOUT 1 75 #define HAVE_SELECT_CHANGE_TIMEOUT 1
76 #endif 76 #endif
77 77
78 78
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
79 #define ngx_setproctitle(title) 87 #define ngx_setproctitle(title)
80 88
81 89
82 #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */ 90 #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */