| commit | ec8186c733ec24534ecf34f6fd65e01571e09526 | [log] [tgz] |
|---|---|---|
| author | Maxim Dounin <mdounin@mdounin.ru> | Sun Aug 21 11:37:37 2011 +0000 |
| committer | Maxim Dounin <mdounin@mdounin.ru> | Sun Aug 21 11:37:37 2011 +0000 |
| tree | 0496577cab1e6499b4d249e1409b962c51e95ba5 | |
| parent | 5a52d67a0899031bfb4d93fbee76e3d0c6c32558 [diff] |
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).