summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/roken.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-06-09 14:11:20 +1000
committerAndrew Tridgell <tridge@samba.org>2009-06-09 14:11:20 +1000
commitb258c5fa67a8597e6d3fb0c55797f0a451e331b0 (patch)
tree5de711c5956e51d05b9bbb7cda57f4e788341f3f /source4/heimdal_build/roken.h
parent03dd06de9ae7b3692fd2ab141c0522abacbaec31 (diff)
downloadsamba-b258c5fa67a8597e6d3fb0c55797f0a451e331b0.tar.gz
samba-b258c5fa67a8597e6d3fb0c55797f0a451e331b0.tar.bz2
samba-b258c5fa67a8597e6d3fb0c55797f0a451e331b0.zip
work around conflict in pidfile() prototype for heimdal on NetBSD5
Diffstat (limited to 'source4/heimdal_build/roken.h')
-rw-r--r--source4/heimdal_build/roken.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h
index e3edd53872..4eabbe2af4 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__