summaryrefslogtreecommitdiff
path: root/src/OS/os.h-NetBSD
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-27 08:46:28 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-27 08:46:28 +0000
commit4d9c3e57c7decda537f4dab71b4d0880514334f6 (patch)
treec9397db72c97c4b3c13727e59aaebcfce426a2b6 /src/OS/os.h-NetBSD
parent321f3596d3d1a331feae4c5b4e520f47ce7d8890 (diff)
NetBSD-specific configuration patches from David Brownlee.
Diffstat (limited to 'src/OS/os.h-NetBSD')
-rw-r--r--src/OS/os.h-NetBSD8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/OS/os.h-NetBSD b/src/OS/os.h-NetBSD
index 2edcad972..1d6d07070 100644
--- a/src/OS/os.h-NetBSD
+++ b/src/OS/os.h-NetBSD
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.3 2006/03/16 12:25:24 ph10 Exp $ */
+/* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.4 2007/06/27 08:46:28 ph10 Exp $ */
/* Exim: OS-specific C header file for NetBSD */
@@ -12,4 +12,10 @@ typedef struct flock flock_t;
#define os_strsignal strsignal
#define OS_STRSIGNAL
+#include <sys/param.h>
+
+#if __NetBSD_Version__ >= 299000900
+#define HAVE_SYS_STATVFS_H
+#endif
+
/* End */