summaryrefslogtreecommitdiff
path: root/mail/exim3/files/os.h-DragonFly
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim3/files/os.h-DragonFly')
-rw-r--r--mail/exim3/files/os.h-DragonFly10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/exim3/files/os.h-DragonFly b/mail/exim3/files/os.h-DragonFly
new file mode 100644
index 00000000000..669bb232746
--- /dev/null
+++ b/mail/exim3/files/os.h-DragonFly
@@ -0,0 +1,10 @@
+/* Exim: OS-specific C header file for DragonFly */
+
+#define HAVE_BSD_GETLOADAVG
+#define HAVE_MMAP
+#define HAVE_SYS_MOUNT_H
+#define SIOCGIFCONF_GIVES_ADDR
+
+typedef struct flock flock_t;
+
+/* End */