summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/acconfig.h
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2003-01-20 21:33:32 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2003-01-20 21:33:32 +0000
commitad0031c21d3538fe61a842467eba2d86fd5336d5 (patch)
treee5d3ac6a7e206e4218aca45e2c0911d9b333d68f /usr.sbin/bind/acconfig.h
parent1cc2cddc4e82d73456d0eaa4aa4648a1c2371eea (diff)
test for arc4random()
Diffstat (limited to 'usr.sbin/bind/acconfig.h')
-rw-r--r--usr.sbin/bind/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/bind/acconfig.h b/usr.sbin/bind/acconfig.h
index e479a5541f2..58e90bc5d92 100644
--- a/usr.sbin/bind/acconfig.h
+++ b/usr.sbin/bind/acconfig.h
@@ -76,6 +76,9 @@
/* define if gai_strerror() exists */
#undef HAVE_GAISTRERROR
+/* define if arc4random() exists */
+#undef HAVE_ARC4RANDOM
+
/* define if pthread_setconcurrency() should be called to tell the
* OS how many threads we might want to run.
*/