Import Upstream version 4.84.2
[hcoop/debian/exim4.git] / OS / os.h-OpenBSD
CommitLineData
420a0d19
CE
1/* Exim: OS-specific C header file for OpenBSD */
2
3#define HAVE_BSD_GETLOADAVG
4#define HAVE_MMAP
5#define HAVE_SYS_MOUNT_H
6#define SIOCGIFCONF_GIVES_ADDR
7#define HAVE_ARC4RANDOM
8
9typedef struct flock flock_t;
10
11#define os_strsignal strsignal
12#define OS_STRSIGNAL
13
14typedef struct __res_state *res_state;
15
16/* End */