summaryrefslogtreecommitdiff
path: root/src/OS/os.h-OSF1
diff options
context:
space:
mode:
Diffstat (limited to 'src/OS/os.h-OSF1')
-rw-r--r--src/OS/os.h-OSF113
1 files changed, 13 insertions, 0 deletions
diff --git a/src/OS/os.h-OSF1 b/src/OS/os.h-OSF1
new file mode 100644
index 000000000..1aa4ff95d
--- /dev/null
+++ b/src/OS/os.h-OSF1
@@ -0,0 +1,13 @@
+/* $Cambridge: exim/src/OS/os.h-OSF1,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
+
+/* Exim: OS-specific C header file for OSF1 */
+
+#define HAVE_SYS_MOUNT_H
+#define HAVE_GETIPNODEBYNAME 1
+
+typedef struct flock flock_t;
+#define F_FREESP O_TRUNC
+
+#define SOCKLEN_T size_t
+
+/* End */