summaryrefslogtreecommitdiff
path: root/src/OS/os.h-IRIX6
diff options
context:
space:
mode:
Diffstat (limited to 'src/OS/os.h-IRIX6')
-rw-r--r--src/OS/os.h-IRIX621
1 files changed, 21 insertions, 0 deletions
diff --git a/src/OS/os.h-IRIX6 b/src/OS/os.h-IRIX6
new file mode 100644
index 000000000..b2d6306a4
--- /dev/null
+++ b/src/OS/os.h-IRIX6
@@ -0,0 +1,21 @@
+/* $Cambridge: exim/src/OS/os.h-IRIX6,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
+
+/* Exim: OS-specific C header file for IRIX */
+
+#define CRYPT_H
+#define LOAD_AVG_NEEDS_ROOT
+#define HAVE_DEV_KMEM
+#define LOAD_AVG_TYPE long
+#define LOAD_AVG_SYMBOL "avenrun"
+#define KERNEL_PATH "/unix"
+#define FSCALE 1000.0
+
+#define HAVE_MMAP
+#define HAVE_SYS_STATVFS_H
+#define F_FAVAIL f_favail
+#define vfork fork
+
+/* Other OS have "const" in here */
+#define ICONV_ARG2_TYPE char **
+
+/* End */