s4:heimdal_build: tell heimdal we have inet_aton()
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Jul 2009 08:51:34 +0000 (10:51 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 16 Jul 2009 09:41:27 +0000 (11:41 +0200)
This should fix problems on Solaris.

metze

source4/heimdal_build/roken.h

index decce03522a5ec1f76ee4839b6e5cfecd0e82ca3..87060cff17b274966427e6eb380d3d2aa78bdbe5 100644 (file)
 #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 */