1 /* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.6 2009/11/16 19:15:36 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
10 #define HAVE_ARC4RANDOM
12 typedef struct flock flock_t;
14 #define os_strsignal strsignal
17 #include <sys/param.h>
19 #if __NetBSD_Version__ >= 299000900
20 #define HAVE_SYS_STATVFS_H