summaryrefslogtreecommitdiff
path: root/src/OS/os.h-HI-UX
diff options
context:
space:
mode:
Diffstat (limited to 'src/OS/os.h-HI-UX')
-rw-r--r--src/OS/os.h-HI-UX20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/OS/os.h-HI-UX b/src/OS/os.h-HI-UX
new file mode 100644
index 000000000..e6f5fdf61
--- /dev/null
+++ b/src/OS/os.h-HI-UX
@@ -0,0 +1,20 @@
+/* $Cambridge: exim/src/OS/os.h-HI-UX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
+
+/* Exim: OS-specific C header file for HI-UX */
+
+#define LOAD_AVG_NEEDS_ROOT
+#define HAVE_DEV_KMEM
+#define LOAD_AVG_TYPE double
+#define LOAD_AVG_SYMBOL "avenrun"
+#define KERNEL_PATH "/HI-UX"
+#define FSCALE 1.0
+
+#define HAVE_SYS_VFS_H
+
+#define SELECT_ARG2_TYPE int
+#define F_FREESP O_TRUNC
+#define NEED_H_ERRNO 1
+
+typedef struct flock flock_t;
+
+/* End */