diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-30 12:08:52 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-03-30 12:31:04 +1100 |
commit | e47e5ff89b8c9b523400d693bcd65454ff8ded85 (patch) | |
tree | d02a83496cd82ff3d3a4b3c02e1d9ba86c818ce4 | |
parent | e310cb3f375faa32d9be0dccfcf03f90eaedfc60 (diff) | |
download | samba-e47e5ff89b8c9b523400d693bcd65454ff8ded85.tar.gz samba-e47e5ff89b8c9b523400d693bcd65454ff8ded85.tar.bz2 samba-e47e5ff89b8c9b523400d693bcd65454ff8ded85.zip |
s4-heimdal: use the HAVE_INET_* functions from libreplace
-rw-r--r-- | source4/heimdal_build/roken.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 2aa30ce219..68d80f11f2 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 |