summaryrefslogtreecommitdiff
path: root/src/OS/os.h-OpenBSD
diff options
context:
space:
mode:
Diffstat (limited to 'src/OS/os.h-OpenBSD')
-rw-r--r--src/OS/os.h-OpenBSD15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD
new file mode 100644
index 000000000..60eceb285
--- /dev/null
+++ b/src/OS/os.h-OpenBSD
@@ -0,0 +1,15 @@
+/* $Cambridge: exim/src/OS/os.h-OpenBSD,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
+
+/* Exim: OS-specific C header file for OpenBSD */
+
+#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
+
+/* End */