summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-08-11 13:49:45 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-08-11 13:49:45 -0500
commit8d84c8edfff0f18ef4f469103c154616206022cf (patch)
treee160f255a99bf2418145eff9ceae40bbbc6f5fa3 /include/asterisk
parente845ef6762bdfd404f1f3f2b5c22c66e49eaec68 (diff)
parent8d42ff784d0da04fda44ef8395f35671bd5ec0b3 (diff)
Merge "res_resolver_unbound: Allow compilation with libunbound version < 1.5"
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index b48257ec0..bdd93bb64 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -1108,6 +1108,9 @@
/* Define to 1 if you have the unbound library. */
#undef HAVE_UNBOUND
+/* Define if your system has UNBOUND_VERSION_MAJOR declared. */
+#undef HAVE_UNBOUND_CONST_PARAMS
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H