Import Upstream version 4.89
[hcoop/debian/exim4.git] / OS / os.h-SunOS5-hal
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
11 /* default is non-const */
12 #define ICONV_ARG2_TYPE const char **
13
14 /* End */