Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / os.h-BSDI
1 /* Exim: OS-specific C header file for BSDI */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
3
4 #define HAVE_BSD_GETLOADAVG
5 #define HAVE_SETCLASSRESOURCES
6 #define HAVE_MMAP
7 #define HAVE_SYS_MOUNT_H
8 #define SIOCGIFCONF_GIVES_ADDR
9 #define OS_UNSETENV
10
11 typedef struct flock flock_t;
12
13 /* default is non-const */
14 #define ICONV_ARG2_TYPE const char **
15
16 /* End */