/* $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 */ #define HAVE_BSD_GETLOADAVG #define HAVE_MMAP #define HAVE_SYS_MOUNT_H #define SIOCGIFCONF_GIVES_ADDR typedef struct flock flock_t; #define os_strsignal strsignal #define OS_STRSIGNAL #include #if __NetBSD_Version__ >= 299000900 #define HAVE_SYS_STATVFS_H #endif /* End */