summaryrefslogtreecommitdiff
path: root/src/OS/os.h-DragonFly
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-09-06 13:21:06 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-09-06 13:21:06 +0000
commit1509d3a863c6aef224bf694dfadd3a5844b08a3e (patch)
treef2533e36af000a108e7ce09896bc2db7bd386bb4 /src/OS/os.h-DragonFly
parent14487e4cc632bd649a2b7285485e4bb8b6825769 (diff)
Dragonfly config files + several changes in ChangeLog.
Diffstat (limited to 'src/OS/os.h-DragonFly')
-rw-r--r--src/OS/os.h-DragonFly12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/OS/os.h-DragonFly b/src/OS/os.h-DragonFly
new file mode 100644
index 000000000..0821c481a
--- /dev/null
+++ b/src/OS/os.h-DragonFly
@@ -0,0 +1,12 @@
+/* $Cambridge: exim/src/OS/os.h-DragonFly,v 1.1 2005/09/06 13:21:07 ph10 Exp $ */
+
+/* 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 */