X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..7e8d92ba30e2e326a88397443b5f21d01a9032e7:/src/OS/os.h-NetBSD diff --git a/src/OS/os.h-NetBSD b/src/OS/os.h-NetBSD index e07186bf3..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.1 2004/10/06 15:07:39 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 + +#if __NetBSD_Version__ >= 299000900 +#define HAVE_SYS_STATVFS_H +#endif + /* End */