configure: autoconf regen (2.69) getrlimit setrlimit sys/resource.h

This commit is contained in:
Darryl L. Miles 2025-02-24 08:37:37 +00:00 committed by R. Timothy Edwards
parent c676c6b1d3
commit f5f59846da
1 changed files with 37 additions and 0 deletions

37
scripts/configure vendored
View File

@ -4893,6 +4893,30 @@ fi
done
for ac_func in getrlimit
do :
ac_fn_c_check_func "$LINENO" "getrlimit" "ac_cv_func_getrlimit"
if test "x$ac_cv_func_getrlimit" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_GETRLIMIT 1
_ACEOF
fi
done
for ac_func in setrlimit
do :
ac_fn_c_check_func "$LINENO" "setrlimit" "ac_cv_func_setrlimit"
if test "x$ac_cv_func_setrlimit" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_SETRLIMIT 1
_ACEOF
fi
done
ac_fn_c_check_func "$LINENO" "vfork" "ac_cv_func_vfork"
if test "x$ac_cv_func_vfork" = xyes; then :
@ -4964,6 +4988,19 @@ fi
done
for ac_header in sys/resource.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "sys/resource.h" "ac_cv_header_sys_resource_h" "$ac_includes_default"
if test "x$ac_cv_header_sys_resource_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_SYS_RESOURCE_H 1
_ACEOF
fi
done
for ac_header in sys/time.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default"