]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
The autoconf changes for the patch.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 23 Apr 2014 13:03:18 +0000 (13:03 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 23 Apr 2014 13:03:18 +0000 (13:03 +0000)
git-svn-id: file:///svn/unbound/trunk@3121 be551aaa-1e26-0410-a405-d3ace91eadb9

config.h.in
configure

index ffab98c1d64a581448c26149fcd89af7a1beb105..6b9880fba8a6d6811dfec8f5028643c7efb7d912 100644 (file)
@@ -30,6 +30,9 @@
    internal symbols */
 #undef EXPORT_ALL_SYMBOLS
 
+/* Define to 1 if you have the `arc4random_uniform' function. */
+#undef HAVE_ARC4RANDOM_UNIFORM
+
 /* Define to 1 if you have the <arpa/inet.h> header file. */
 #undef HAVE_ARPA_INET_H
 
index 213fa3b036e6c6aebfdb2208005f7dabf242b521..f42ca1a380215d0878c405fbfcc34fcb11f3ffb6 100755 (executable)
--- a/configure
+++ b/configure
@@ -18003,7 +18003,7 @@ if test "$ac_res" != no; then :
 
 fi
 
-for ac_func in tzset sigprocmask fcntl getpwnam getrlimit setrlimit setsid sbrk chroot kill sleep usleep random srandom recvmsg sendmsg writev socketpair glob initgroups strftime localtime_r setusercontext _beginthreadex endservent endprotoent
+for ac_func in tzset sigprocmask fcntl getpwnam getrlimit setrlimit setsid sbrk chroot kill sleep usleep random srandom arc4random_uniform recvmsg sendmsg writev socketpair glob initgroups strftime localtime_r setusercontext _beginthreadex endservent endprotoent
 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"