1 /* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.5 2009/10/20 12:39:47 nm4 Exp $ */
3 /* Exim: OS-specific C header file for NetBSD */
5 #define HAVE_BSD_GETLOADAVG
6 #define HAVE_GETIFADDRS
8 #define HAVE_SYS_MOUNT_H
9 #define SIOCGIFCONF_GIVES_ADDR
11 typedef struct flock flock_t;
13 #define os_strsignal strsignal
16 #include <sys/param.h>
18 #if __NetBSD_Version__ >= 299000900
19 #define HAVE_SYS_STATVFS_H