Handle IPv6 addresses with SPF.
[exim.git] / src / OS / os.h-NetBSD
index 2edcad9723cdb2c644b18c59f8dfa8820f6d9d1c..0f3a3d8fc9f7070e71d4103ab8b1259b1feeed0f 100644 (file)
@@ -1,15 +1,21 @@
-/* $Cambridge: exim/src/OS/os.h-NetBSD,v 1.3 2006/03/16 12:25:24 ph10 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
+#define HAVE_ARC4RANDOM
 
 typedef struct flock flock_t;
 
 #define os_strsignal strsignal
 #define OS_STRSIGNAL
 
+#include <sys/param.h>
+
+#if __NetBSD_Version__ >= 299000900
+#define HAVE_SYS_STATVFS_H
+#endif
+
 /* End */