blob: 669bb23274601ae675085d74cfede244b5c8d18f (
plain)
1
2
3
4
5
6
7
8
9
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 */
|