1 /* Exim: OS-specific C header file for SunOS5 on HAL */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
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
12 /* default is non-const */
13 #define ICONV_ARG2_TYPE const char **