Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / os.h-SunOS5-hal
1 /* Exim: OS-specific C header file for SunOS5 on HAL */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
3
4 #define HAVE_MMAP
5
6 #define HAVE_KSTAT
7 #define LOAD_AVG_KSTAT        "system_misc"
8 #define LOAD_AVG_KSTAT_MODULE "unix"
9 #define LOAD_AVG_SYMBOL       "avenrun_1min"
10 #define LOAD_AVG_FIELD         value.ul
11
12 /* default is non-const */
13 #define ICONV_ARG2_TYPE const char **
14
15 /* End */