summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/roken.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-30 12:08:52 +1100
committerAndrew Tridgell <tridge@samba.org>2010-03-30 12:31:04 +1100
commite47e5ff89b8c9b523400d693bcd65454ff8ded85 (patch)
treed02a83496cd82ff3d3a4b3c02e1d9ba86c818ce4 /source4/heimdal_build/roken.h
parente310cb3f375faa32d9be0dccfcf03f90eaedfc60 (diff)
downloadsamba-e47e5ff89b8c9b523400d693bcd65454ff8ded85.tar.gz
s4-heimdal: use the HAVE_INET_* functions from libreplace
Diffstat (limited to 'source4/heimdal_build/roken.h')
-rw-r--r--source4/heimdal_build/roken.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h
index 2aa30ce219a..68d80f11f2b 100644
--- a/source4/heimdal_build/roken.h
+++ b/source4/heimdal_build/roken.h
@@ -107,6 +107,14 @@
#define HAVE_INET_ATON
#endif
+#ifndef HAVE_INET_NTOP
+#define HAVE_INET_NTOP
+#endif
+
+#ifndef HAVE_INET_PTON
+#define HAVE_INET_PTON
+#endif
+
#ifndef HAVE_GETTIMEOFDAY
#define HAVE_GETTIMEOFDAY
#endif