summaryrefslogtreecommitdiff
path: root/contrib/unbound/config.h.in
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-04-27 12:06:13 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-04-27 12:06:13 +0000
commit6480faa8a215e5f8ff3f4eeab9356d69ff815472 (patch)
tree14cceba201665fa4473ab2e6d268a513a1b0ef35 /contrib/unbound/config.h.in
parent22889169f8b463811a1f0a890ee136951e8d1b4c (diff)
parent0ea28240053521a309698413a426b4d730a3d60c (diff)
downloadsrc-test2-6480faa8a215e5f8ff3f4eeab9356d69ff815472.tar.gz
src-test2-6480faa8a215e5f8ff3f4eeab9356d69ff815472.zip
Upgrade Unbound to 1.5.3.
Notes
Notes: svn path=/head/; revision=282089
Diffstat (limited to 'contrib/unbound/config.h.in')
-rw-r--r--contrib/unbound/config.h.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/unbound/config.h.in b/contrib/unbound/config.h.in
index a8fd05cb5286..c36d4b98b0f7 100644
--- a/contrib/unbound/config.h.in
+++ b/contrib/unbound/config.h.in
@@ -42,7 +42,7 @@
/* Whether the C compiler accepts the "unused" attribute */
#undef HAVE_ATTR_UNUSED
-/* Define to 1 if your system has a working `chown' function. */
+/* Define to 1 if you have the `chown' function. */
#undef HAVE_CHOWN
/* Define to 1 if you have the `chroot' function. */
@@ -146,6 +146,9 @@
/* Whether getaddrinfo is available */
#undef HAVE_GETADDRINFO
+/* Define to 1 if you have the `getauxval' function. */
+#undef HAVE_GETAUXVAL
+
/* Define to 1 if you have the `getentropy' function. */
#undef HAVE_GETENTROPY
@@ -799,6 +802,10 @@
#define ARG_LL "%I64"
#endif
+#ifndef AF_LOCAL
+#define AF_LOCAL AF_UNIX
+#endif
+
#ifdef HAVE_ATTR_FORMAT