aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/config.h.in
diff options
context:
space:
mode:
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