diff options
Diffstat (limited to 'auto/os/features')
| -rw-r--r-- | auto/os/features | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/os/features b/auto/os/features index 3d490255f..ecd8e7fb4 100644 --- a/auto/os/features +++ b/auto/os/features @@ -295,6 +295,15 @@ if [ $ngx_found != yes ]; then fi fi +ngx_feature="SO_SETFIB" +ngx_feature_name="NGX_HAVE_SETFIB" +ngx_feature_run=no +ngx_feature_incs="#include <sys/socket.h>" +ngx_feature_path= +ngx_feature_libs= +ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_SETFIB, NULL, 4)" +. auto/feature + if [ $NGX_FILE_AIO = YES ]; then |
