X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..93f2d376d5dd2103ee412c708e612109b2336a78:/src/OS/os.h-NetBSD diff --git a/src/OS/os.h-NetBSD b/src/OS/os.h-NetBSD index e07186bf3..234f51c18 100644 --- a/src/OS/os.h-NetBSD +++ b/src/OS/os.h-NetBSD @@ -1,8 +1,9 @@ -/* $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.5 2009/10/20 12:39:47 nm4 Exp $ */ /* Exim: OS-specific C header file for NetBSD */ #define HAVE_BSD_GETLOADAVG +#define HAVE_GETIFADDRS #define HAVE_MMAP #define HAVE_SYS_MOUNT_H #define SIOCGIFCONF_GIVES_ADDR @@ -12,4 +13,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 */