Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / os.h-GNUkNetBSD
1 /* Exim: OS-specific C header file for GNU/kNetBSD */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
3
4 #define CRYPT_H
5 #define GLIBC_IP_OPTIONS
6 #define HAVE_MMAP
7 #define HAVE_BSD_GETLOADAVG
8 #define HAVE_SYS_VFS_H
9 #define NO_IP_VAR_H
10 #define SIG_IGN_WORKS
11
12 #define F_FREESP     O_TRUNC
13 typedef struct flock flock_t;
14
15 #define os_strsignal strsignal
16 #define OS_STRSIGNAL
17
18 /* kNetBSD-specific bits below */
19
20 #define HAVE_SYS_MOUNT_H
21 #define SIOCGIFCONF_GIVES_ADDR
22
23 /* default is non-const */
24 #define ICONV_ARG2_TYPE const char **
25
26 /* End */