Pull strict-aliasing fix for sockaddr_46.
[exim.git] / src / OS / 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
11/* End */