aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-01 15:55:58 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-01 15:55:58 +0000
commitfc2b1594a907d8a4c0f109790f1a1054358d6732 (patch)
treec5616d54fa81931b7e31faca208ec9e1a35abf9a /include
parent6b5164ab9d18d325656c8bb5d23eed400c7bf468 (diff)
Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@101772 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 bc566902c..cdfff6fbe 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -123,6 +123,9 @@
/* Define to 1 if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
+/* Define to indicate the ${GETIFADDRS_DESCRIP} library */
+#undef HAVE_GETIFADDRS
+
/* Define to 1 if you have the `getloadavg' function. */
#undef HAVE_GETLOADAVG