TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / OS / unsupported / os.h-NetBSD
CommitLineData
61ec970d
PH
1/* Exim: OS-specific C header file for NetBSD */
2
3#define HAVE_BSD_GETLOADAVG
92f9ced0 4#define HAVE_GETIFADDRS
61ec970d
PH
5#define HAVE_MMAP
6#define HAVE_SYS_MOUNT_H
7#define SIOCGIFCONF_GIVES_ADDR
0eb8eedd 8#define HAVE_ARC4RANDOM
61ec970d
PH
9
10typedef struct flock flock_t;
11
12#define os_strsignal strsignal
13#define OS_STRSIGNAL
14
5bfb4cdf
PP
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
4d9c3e57
PH
19#include <sys/param.h>
20
21#if __NetBSD_Version__ >= 299000900
22#define HAVE_SYS_STATVFS_H
23#endif
24
9c19b270
JH
25/* default is non-const */
26#define ICONV_ARG2_TYPE const char **
27
61ec970d 28/* End */