summaryrefslogtreecommitdiff
path: root/source3/lib/replace/libreplace.m4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-14 08:49:34 +0100
committerMichael Adam <obnox@samba.org>2008-03-14 11:32:34 +0100
commit27517ea5bbd0cb7fb0f1a1d88d8282380f14e717 (patch)
tree3fe95d253a87aac0f626ddec1a88ef32e41ed4d9 /source3/lib/replace/libreplace.m4
parent439002b1c65a1ec94d3199cfc5211cedbe84b8ab (diff)
downloadsamba-27517ea5bbd0cb7fb0f1a1d88d8282380f14e717.tar.gz
samba-27517ea5bbd0cb7fb0f1a1d88d8282380f14e717.tar.bz2
samba-27517ea5bbd0cb7fb0f1a1d88d8282380f14e717.zip
libreplace: add an inet_aton() function that calls inet_pton().
inet_aton() is even needed inside libreplace, in the implementation of rep_getaddrinfo(). Michael (cherry picked from commit bcb2f3a880f8da8f9bedb7a8e61d7d7b533f1919) (This used to be commit 83baff78ce752a9129554a456cc24d043d419cd1)
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 e0cc57f4c8..e6e7198abf 100644
--- a/source3/lib/replace/libreplace.m4
+++ b/source3/lib/replace/libreplace.m4
@@ -347,6 +347,7 @@ m4_include(timegm.m4)
m4_include(socket.m4)
m4_include(inet_ntop.m4)
m4_include(inet_pton.m4)
+m4_include(inet_aton.m4)
m4_include(getaddrinfo.m4)
m4_include(repdir.m4)
m4_include(getifaddrs.m4)