1
0
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:
Stefan Metzmacher 2009-07-16 10:51:34 +02:00
parent 8cac8fd5d6
commit c9fe3256d8

View File

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