1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

s4-heimdal: use the HAVE_INET_* functions from libreplace

This commit is contained in:
Andrew Tridgell 2010-03-30 12:08:52 +11:00
parent e310cb3f37
commit e47e5ff89b

View File

@ -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