summary refs log tree commit diff
path: root/configure.ng
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ng')
-rw-r--r--configure.ng2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ng b/configure.ng
index f6c70e5d..ec7b6c35 100644
--- a/configure.ng
+++ b/configure.ng
@@ -192,6 +192,7 @@ AC_CHECK_HEADERS_ONCE([ \
 	stdbool.h \
 	stddef.h \
 	stdint.h \
+	sys/resource.h \
 	varargs.h \
 ])
 
@@ -274,6 +275,7 @@ AC_CHECK_FUNCS_ONCE([
 	getnameinfo \
 	inet_aton \
 	setgroups \
+	setrlimit \
 	sigaction \
 	sigprocmask \
 	snprintf \