have added the select support
This commit is contained in:
6
configure
vendored
6
configure
vendored
@ -14949,6 +14949,12 @@ if test "x$ac_cv_header_sys_poll_h" = xyes
|
||||
then :
|
||||
printf "%s\n" "#define HAVE_SYS_POLL_H 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
ac_fn_c_check_header_compile "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_sys_select_h" = xyes
|
||||
then :
|
||||
printf "%s\n" "#define HAVE_SYS_SELECT_H 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
ac_fn_c_check_header_compile "$LINENO" "sys/sysctl.h" "ac_cv_header_sys_sysctl_h" "$ac_includes_default"
|
||||
|
Reference in New Issue
Block a user