Linux accept4() support
Igor Sysoev
11 years ago
303 | 303 | ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_SETFIB, NULL, 4)" |
304 | 304 | . auto/feature |
305 | 305 | |
306 | ||
307 | ngx_feature="accept4()" | |
308 | ngx_feature_name="NGX_HAVE_ACCEPT4" | |
309 | ngx_feature_run=no | |
310 | ngx_feature_incs="#include <sys/socket.h>" | |
311 | ngx_feature_path= | |
312 | ngx_feature_libs= | |
313 | ngx_feature_test="accept4(0, NULL, NULL, SOCK_NONBLOCK)" | |
314 | . auto/feature | |
306 | 315 | |
307 | 316 | if [ $NGX_FILE_AIO = YES ]; then |
308 | 317 |