summaryrefslogtreecommitdiff
path: root/src/OS/os.h-USG
diff options
context:
space:
mode:
Diffstat (limited to 'src/OS/os.h-USG')
-rw-r--r--src/OS/os.h-USG18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/OS/os.h-USG b/src/OS/os.h-USG
new file mode 100644
index 000000000..5bf995139
--- /dev/null
+++ b/src/OS/os.h-USG
@@ -0,0 +1,18 @@
+/* $Cambridge: exim/src/OS/os.h-USG,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
+
+/* Exim: OS-specific C header file for Unixware 2.x */
+
+#define NO_SYSEXITS
+
+#define LOAD_AVG_NEEDS_ROOT
+#define HAVE_DEV_KMEM
+#define LOAD_AVG_TYPE short
+#define LOAD_AVG_SYMBOL "avenrun"
+#define KERNEL_PATH "/stand/unix"
+#define FSCALE 256
+
+#define HAVE_SYS_STATVFS_H
+#define _SVID3
+#define NEED_H_ERRNO
+
+/* End */