From c9fe3256d87f4fcd119dc1a3c784f2196b4ad2fd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 16 Jul 2009 10:51:34 +0200 Subject: s4:heimdal_build: tell heimdal we have inet_aton() This should fix problems on Solaris. metze --- source4/heimdal_build/roken.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index decce03522..87060cff17 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -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 */ -- cgit