Dragonfly config files + several changes in ChangeLog.
[exim.git] / src / OS / os.h-DragonFly
diff --git a/src/OS/os.h-DragonFly b/src/OS/os.h-DragonFly
new file mode 100644 (file)
index 0000000..0821c48
--- /dev/null
@@ -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 */