comparison auto/os/features @ 635:e67b227c8dbb default tip

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:07:55 +0400
parents 428c6e58046a
children
comparison
equal deleted inserted replaced
578:f3a9e57d2e17 635:e67b227c8dbb
293 if [ $ngx_found = yes ]; then 293 if [ $ngx_found = yes ]; then
294 CORE_LIBS="$CORE_LIBS -lrt" 294 CORE_LIBS="$CORE_LIBS -lrt"
295 fi 295 fi
296 fi 296 fi
297 297
298 ngx_feature="SO_SETFIB"
299 ngx_feature_name="NGX_HAVE_SETFIB"
300 ngx_feature_run=no
301 ngx_feature_incs="#include <sys/socket.h>"
302 ngx_feature_path=
303 ngx_feature_libs=
304 ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_SETFIB, NULL, 4)"
305 . auto/feature
306
307
308 ngx_feature="accept4()"
309 ngx_feature_name="NGX_HAVE_ACCEPT4"
310 ngx_feature_run=no
311 ngx_feature_incs="#include <sys/socket.h>"
312 ngx_feature_path=
313 ngx_feature_libs=
314 ngx_feature_test="accept4(0, NULL, NULL, SOCK_NONBLOCK)"
315 . auto/feature
298 316
299 if [ $NGX_FILE_AIO = YES ]; then 317 if [ $NGX_FILE_AIO = YES ]; then
300 318
301 ngx_feature="kqueue AIO support" 319 ngx_feature="kqueue AIO support"
302 ngx_feature_name="NGX_HAVE_FILE_AIO" 320 ngx_feature_name="NGX_HAVE_FILE_AIO"