diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-11-01 11:25:15 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-11-01 11:25:15 +0000 |
| commit | 8b85d78ecd81d005c542cd5da6d19f78257af2b2 (patch) | |
| tree | cb80f8003965d1ebfae253231381fef04a94dca2 /src/os/unix/ngx_linux_config.h | |
| parent | 1b6bed1c8e0652e133155c323a3fdd56f3fb31c3 (diff) | |
| download | nginx-8b85d78ecd81d005c542cd5da6d19f78257af2b2.tar.gz nginx-8b85d78ecd81d005c542cd5da6d19f78257af2b2.tar.bz2 | |
Merging r4017:
Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.
NetBSD 5.0+ has SO_ACCEPTFILTER support merged from FreeBSD, and having
accept filter check in FreeBSD-specific ngx_freebsd_config.h prevents it
from being used on NetBSD. Therefore move the check into configure (and
do the same for Linux-specific TCP_DEFER_ACCEPT, just to be in line).
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
| -rw-r--r-- | src/os/unix/ngx_linux_config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 046095d1d..a2ef51237 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -96,11 +96,6 @@ typedef struct iocb ngx_aiocb_t; #define NGX_LISTEN_BACKLOG 511 -#if defined TCP_DEFER_ACCEPT && !defined NGX_HAVE_DEFERRED_ACCEPT -#define NGX_HAVE_DEFERRED_ACCEPT 1 -#endif - - #ifndef NGX_HAVE_SO_SNDLOWAT /* setsockopt(SO_SNDLOWAT) returns ENOPROTOOPT */ #define NGX_HAVE_SO_SNDLOWAT 0 |
