From: Andrew Tridgell Date: Tue, 9 Jun 2009 04:11:20 +0000 (+1000) Subject: work around conflict in pidfile() prototype for heimdal on NetBSD5 X-Git-Tag: tdb-1.1.5~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b258c5fa67a8597e6d3fb0c55797f0a451e331b0;p=thirdparty%2Fsamba.git work around conflict in pidfile() prototype for heimdal on NetBSD5 --- diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index e3edd53872b..4eabbe2af4e 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -85,6 +85,13 @@ #define HAVE_INNETGR #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 */ +#ifndef HAVE_PIDFILE +#define HAVE_PIDFILE +#endif + #if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 ) #ifndef HAVE___ATTRIBUTE__ #define HAVE___ATTRIBUTE__