Added a backwards-compatible interface to a fake DNS resolver for use by
[exim.git] / src / OS / os.h-DragonFly
CommitLineData
1509d3a8
PH
1/* $Cambridge: exim/src/OS/os.h-DragonFly,v 1.1 2005/09/06 13:21:07 ph10 Exp $ */
2
3/* Exim: OS-specific C header file for DragonFly */
4
5#define HAVE_BSD_GETLOADAVG
6#define HAVE_MMAP
7#define HAVE_SYS_MOUNT_H
8#define SIOCGIFCONF_GIVES_ADDR
9
10typedef struct flock flock_t;
11
12/* End */