mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4:heimdal_build: tell heimdal we have inet_aton()
This should fix problems on Solaris. metze
This commit is contained in:
parent
8cac8fd5d6
commit
c9fe3256d8
@ -97,6 +97,10 @@
|
||||
#define HAVE_INNETGR
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_INET_ATON
|
||||
#define HAVE_INET_ATON
|
||||
#endif
|
||||
|
||||
/* we lie about having pidfile() so that NetBSD5 can compile. Nothing
|
||||
in the parts of heimdal we use actually uses pidfile(), and we
|
||||
don't use it in Samba, so this works, although its ugly */
|
||||
|
Loading…
Reference in New Issue
Block a user