summaryrefslogtreecommitdiff
path: root/src/OS/os.h-SunOS5-hal
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-10-06 15:07:39 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-10-06 15:07:39 +0000
commit61ec970df30325dbcd8c9d0f0e431dc793126656 (patch)
tree3534a7ab9d9a1e57651821184e6c28a25ee0e8de /src/OS/os.h-SunOS5-hal
parent0f4f2a8848bf9e6bb323ffb6a5581b088a940fd0 (diff)
Start
Diffstat (limited to 'src/OS/os.h-SunOS5-hal')
-rw-r--r--src/OS/os.h-SunOS5-hal13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/OS/os.h-SunOS5-hal b/src/OS/os.h-SunOS5-hal
new file mode 100644
index 000000000..9ba6d8a3c
--- /dev/null
+++ b/src/OS/os.h-SunOS5-hal
@@ -0,0 +1,13 @@
+/* $Cambridge: exim/src/OS/os.h-SunOS5-hal,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
+
+/* Exim: OS-specific C header file for SunOS5 on HAL */
+
+#define HAVE_MMAP
+
+#define HAVE_KSTAT
+#define LOAD_AVG_KSTAT "system_misc"
+#define LOAD_AVG_KSTAT_MODULE "unix"
+#define LOAD_AVG_SYMBOL "avenrun_1min"
+#define LOAD_AVG_FIELD value.ul
+
+/* End */