]> git.kaiwu.me - nginx.git/commit
Merging r4017:
authorIgor Sysoev <igor@sysoev.ru>
Tue, 1 Nov 2011 11:25:15 +0000 (11:25 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 1 Nov 2011 11:25:15 +0000 (11:25 +0000)
commit8b85d78ecd81d005c542cd5da6d19f78257af2b2
treecb80f8003965d1ebfae253231381fef04a94dca2
parent1b6bed1c8e0652e133155c323a3fdd56f3fb31c3
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).
auto/unix
src/core/ngx_connection.c
src/os/unix/ngx_freebsd_config.h
src/os/unix/ngx_linux_config.h