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:
parent
e310cb3f37
commit
e47e5ff89b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user