aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-01 19:36:12 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-01 19:36:12 +0000
commitf0a26449c7c4eac924b5c738921172a33c9c6882 (patch)
tree6a40a9f62b2fc822babdad95df3b002b8d6f3405 /include/asterisk
parentf8e52e4a318b33c0f93237d8466ed6e7beda84d3 (diff)
Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported from trunk (as suggested by kpfleming)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@101894 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/autoconfig.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index cdfff6fbe..6e51ae49f 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -123,9 +123,12 @@
/* Define to 1 if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
-/* Define to indicate the ${GETIFADDRS_DESCRIP} library */
+/* Define if your system has the GETIFADDRS headers. */
#undef HAVE_GETIFADDRS
+/* Define GETIFADDRS headers version */
+#undef HAVE_GETIFADDRS_VERSION
+
/* Define to 1 if you have the `getloadavg' function. */
#undef HAVE_GETLOADAVG