Retire historical build files
[exim.git] / src / OS / unsupported / os.h-SunOS5-hal
CommitLineData
61ec970d
PH
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
9c19b270
JH
11/* default is non-const */
12#define ICONV_ARG2_TYPE const char **
13
61ec970d 14/* End */