pkgsrc-ng/mail/exim3/files/os.h-DragonFly
2013-09-26 17:14:40 +02:00

11 lines
197 B
Plaintext

/* 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 */