summaryrefslogtreecommitdiff
path: root/source3/lib/replace/libreplace.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-16 02:39:01 +0100
committerMichael Adam <obnox@samba.org>2008-02-19 21:55:09 +0100
commit2235ffe2f754da543b796446377b1419bf046204 (patch)
treec7664f78e8244c7b8e6f931a701f80d655f74eba /source3/lib/replace/libreplace.m4
parent27b711414f09ccad140e6ef82d8d47c9cb4ba94a (diff)
downloadsamba-2235ffe2f754da543b796446377b1419bf046204.tar.gz
samba-2235ffe2f754da543b796446377b1419bf046204.tar.bz2
samba-2235ffe2f754da543b796446377b1419bf046204.zip
r26467: Use getifaddrs() for interface enumeration and provide replacements for platforms that don't have it in lib/replace.
(lib/replace part of 9b4924fbd8619033c55b4c6e2589da247332e7db - Michael) (This used to be commit 789bf2d36bd728cc68b58cfb1e9570b90ca09af7)
Diffstat (limited to 'source3/lib/replace/libreplace.m4')
-rw-r--r--source3/lib/replace/libreplace.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/replace/libreplace.m4 b/source3/lib/replace/libreplace.m4
index f866b3648f..6d1d6b8afc 100644
--- a/source3/lib/replace/libreplace.m4
+++ b/source3/lib/replace/libreplace.m4
@@ -348,6 +348,7 @@ m4_include(inet_ntop.m4)
m4_include(inet_pton.m4)
m4_include(getaddrinfo.m4)
m4_include(repdir.m4)
+m4_include(getifaddrs.m4)
AC_CHECK_FUNCS([syslog printf memset memcpy],,[AC_MSG_ERROR([Required function not found])])