summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-07-08 16:43:12 +0000
committerSean Bright <sean@malleable.com>2009-07-08 16:43:12 +0000
commite75ae63ac20af777144941d6611fb37527ce19f7 (patch)
treeaa1d72bc8ed6c1daa7aba2135487d4db3129f8b0 /include/asterisk
parent370ef6d7eb4c891604f4d944ca7e3fe60c7f4fcc (diff)
Fix a few compilation problems found when building Asterisk against uClibc.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205214 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 972f2dd91..da82278f9 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -785,6 +785,9 @@
/* Define to indicate the ${RESAMPLE_DESCRIP} library version */
#undef HAVE_RESAMPLE_VERSION
+/* Define to 1 if your system has the close resolver function. */
+#undef HAVE_RES_CLOSE
+
/* Define to 1 if your system has the ndestroy resolver function. */
#undef HAVE_RES_NDESTROY