summaryrefslogtreecommitdiff
path: root/source4/lib/replace/libreplace.m4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-05-24 15:51:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:51 -0500
commitef5dc55983b5786d602688a596ea349b0dfdc0c8 (patch)
tree81126f45bec3180f183de77f517d9a471b9a06f7 /source4/lib/replace/libreplace.m4
parentaa9bf7f628d03a90e98a424833cd1a71c0e01676 (diff)
downloadsamba-ef5dc55983b5786d602688a596ea349b0dfdc0c8.tar.gz
samba-ef5dc55983b5786d602688a596ea349b0dfdc0c8.tar.bz2
samba-ef5dc55983b5786d602688a596ea349b0dfdc0c8.zip
r23118: Make inet_pton and inet_ntop available through lib/replace.
The code for inet_pton.c and inet_ntop.c is taken from the rsync code. I will put this into 3_0 and 3_0_26 too, but let's sort the readahead issue in lib/replace of 3_0 first... Michael (This used to be commit 9781b13fd3e0c2a0aa66412c571f562c9f17dcbe)
Diffstat (limited to 'source4/lib/replace/libreplace.m4')
-rw-r--r--source4/lib/replace/libreplace.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4
index fa00f2c1c4..2b91002fdb 100644
--- a/source4/lib/replace/libreplace.m4
+++ b/source4/lib/replace/libreplace.m4
@@ -333,6 +333,7 @@ m4_include(strptime.m4)
m4_include(win32.m4)
m4_include(timegm.m4)
m4_include(repdir.m4)
+m4_include(inet.m4)
AC_CHECK_FUNCS([syslog memset memcpy],,[AC_MSG_ERROR([Required function not found])])