Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.
[exim.git] / src / OS / os.h-SunOS5-hal
CommitLineData
61ec970d
PH
1/* $Cambridge: exim/src/OS/os.h-SunOS5-hal,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3/* Exim: OS-specific C header file for SunOS5 on HAL */
4
5#define HAVE_MMAP
6
7#define HAVE_KSTAT
8#define LOAD_AVG_KSTAT "system_misc"
9#define LOAD_AVG_KSTAT_MODULE "unix"
10#define LOAD_AVG_SYMBOL "avenrun_1min"
11#define LOAD_AVG_FIELD value.ul
12
13/* End */