]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
and autoconf
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 Jul 2010 14:29:45 +0000 (14:29 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 5 Jul 2010 14:29:45 +0000 (14:29 +0000)
git-svn-id: file:///svn/unbound/trunk@2178 be551aaa-1e26-0410-a405-d3ace91eadb9

config.h.in
configure

index 9ae25e921bb090787c4247f47b8ab517b9b4382f..cdc20a8f7eaeb42fc0f088d00c4d0a598091a6bd 100644 (file)
 /* Define to 1 if you have the `setreuid' function. */
 #undef HAVE_SETREUID
 
+/* Define to 1 if you have the `setrlimit' function. */
+#undef HAVE_SETRLIMIT
+
 /* Define to 1 if you have the `setsid' function. */
 #undef HAVE_SETSID
 
index af328bd449a4efd5bdb86b7c4ee929685b92590c..a54b92c5a724605caaca64f7d9285fac96159d86 100755 (executable)
--- a/configure
+++ b/configure
@@ -16143,7 +16143,7 @@ if test "$ac_res" != no; then :
 
 fi
 
-for ac_func in tzset sigprocmask fcntl getpwnam getrlimit setsid sbrk chroot kill sleep usleep random srandom recvmsg sendmsg writev glob initgroups strftime localtime_r setusercontext _beginthreadex
+for ac_func in tzset sigprocmask fcntl getpwnam getrlimit setrlimit setsid sbrk chroot kill sleep usleep random srandom recvmsg sendmsg writev glob initgroups strftime localtime_r setusercontext _beginthreadex
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"