1 /* Exim: OS-specific C header file for NetBSD */
3 #define HAVE_BSD_GETLOADAVG
4 #define HAVE_GETIFADDRS
6 #define HAVE_SYS_MOUNT_H
7 #define SIOCGIFCONF_GIVES_ADDR
8 #define HAVE_ARC4RANDOM
10 typedef struct flock flock_t;
12 #define os_strsignal strsignal
15 #include <sys/param.h>
17 #if __NetBSD_Version__ >= 299000900
18 #define HAVE_SYS_STATVFS_H