Imported Upstream version 4.84
[hcoop/debian/exim4.git] / OS / os.h-DragonFly
CommitLineData
420a0d19
CE
1/* Exim: OS-specific C header file for DragonFly */
2
3#define HAVE_BSD_GETLOADAVG
4#define HAVE_MMAP
5#define HAVE_SYS_MOUNT_H
6#define SIOCGIFCONF_GIVES_ADDR
7
8typedef struct flock flock_t;
9
10/* End */