Import Debian changes 4.92-8+deb10u3
[hcoop/debian/exim4.git] / OS / unsupported / os.h-SunOS5-hal
CommitLineData
420a0d19
CE
1/* Exim: OS-specific C header file for SunOS5 on HAL */
2
3#define HAVE_MMAP
4
5#define HAVE_KSTAT
6#define LOAD_AVG_KSTAT "system_misc"
7#define LOAD_AVG_KSTAT_MODULE "unix"
8#define LOAD_AVG_SYMBOL "avenrun_1min"
9#define LOAD_AVG_FIELD value.ul
10
2ea97746
CE
11/* default is non-const */
12#define ICONV_ARG2_TYPE const char **
13
420a0d19 14/* End */