diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-16 02:39:01 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:31 +0100 |
commit | be4decb2b73e3431155663c2dae3a8452ecde28a (patch) | |
tree | 41cff60fa2fb327fdb6e42b60b9d4ee246542fb3 /source4/lib/replace/libreplace.m4 | |
parent | 1786af425bfcd156c8880a72e947197c0218841e (diff) | |
download | samba-be4decb2b73e3431155663c2dae3a8452ecde28a.tar.gz samba-be4decb2b73e3431155663c2dae3a8452ecde28a.tar.bz2 samba-be4decb2b73e3431155663c2dae3a8452ecde28a.zip |
r26467: Use getifaddrs() for interface enumeration and provide replacements for platforms that don't have it in lib/replace.
(This used to be commit 9b4924fbd8619033c55b4c6e2589da247332e7db)
Diffstat (limited to 'source4/lib/replace/libreplace.m4')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index c10a4b2381..7e456b4d03 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -327,6 +327,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])]) |