summaryrefslogtreecommitdiffstats
path: root/OS/unsupported/os.h-NetBSD
diff options
context:
space:
mode:
Diffstat (limited to 'OS/unsupported/os.h-NetBSD')
-rw-r--r--OS/unsupported/os.h-NetBSD31
1 files changed, 31 insertions, 0 deletions
diff --git a/OS/unsupported/os.h-NetBSD b/OS/unsupported/os.h-NetBSD
new file mode 100644
index 0000000..0b9fc03
--- /dev/null
+++ b/OS/unsupported/os.h-NetBSD
@@ -0,0 +1,31 @@
+/* Exim: OS-specific C header file for NetBSD */
+/* Copyright (c) The Exim Maintainers 2021 */
+
+#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
+
+#define os_get_dns_resolver_res __res_get_state
+#define os_put_dns_resolver_res(RP) __res_put_state(RP)
+#define OS_GET_DNS_RESOLVER_RES
+
+#include <sys/param.h>
+
+#if __NetBSD_Version__ >= 299000900
+#define HAVE_SYS_STATVFS_H
+#endif
+
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
+#define EXIM_HAVE_KEVENT
+
+/* End */