Portability to HP-UX.
[exim.git] / src / OS / os.h-NetBSD
1 /* Exim: OS-specific C header file for NetBSD */
2
3 #define HAVE_BSD_GETLOADAVG
4 #define HAVE_GETIFADDRS
5 #define HAVE_MMAP
6 #define HAVE_SYS_MOUNT_H
7 #define SIOCGIFCONF_GIVES_ADDR
8 #define HAVE_ARC4RANDOM
9
10 typedef struct flock flock_t;
11
12 #define os_strsignal strsignal
13 #define OS_STRSIGNAL
14
15 #define os_get_dns_resolver_res __res_get_state
16 #define os_put_dns_resolver_res(RP) __res_put_state(RP)
17 #define OS_GET_DNS_RESOLVER_RES
18
19 #include <sys/param.h>
20
21 #if __NetBSD_Version__ >= 299000900
22 #define HAVE_SYS_STATVFS_H
23 #endif
24
25 /* End */