summaryrefslogtreecommitdiff
path: root/src/OS/os.h-ULTRIX
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-ULTRIX
parent0f4f2a8848bf9e6bb323ffb6a5581b088a940fd0 (diff)
Start
Diffstat (limited to 'src/OS/os.h-ULTRIX')
-rw-r--r--src/OS/os.h-ULTRIX17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/OS/os.h-ULTRIX b/src/OS/os.h-ULTRIX
new file mode 100644
index 000000000..5b3fde1ad
--- /dev/null
+++ b/src/OS/os.h-ULTRIX
@@ -0,0 +1,17 @@
+/* $Cambridge: exim/src/OS/os.h-ULTRIX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
+
+/* Exim: OS-specific C header file for Ultrix */
+
+/* Well, it *does* have statfs(), but its structure is called something
+different, all the members have different names, and the function returns
+1 on success rather than 0. As this is for a minority function, and I think
+a minority operating system, easiest just to say "no" until someone asks. */
+
+#undef HAVE_STATFS
+
+#define F_FREESP O_TRUNC
+#define NEED_H_ERRNO
+#define NO_OPENLOG
+typedef struct flock flock_t;
+
+/* End */