From 39ce00b8d520cbecbd6af87257e8fb11df0ec273 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 11:44:07 +0200 Subject: Adding upstream version 4.94.2. Signed-off-by: Daniel Baumann --- OS/unsupported/os.h-ULTRIX | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 OS/unsupported/os.h-ULTRIX (limited to 'OS/unsupported/os.h-ULTRIX') diff --git a/OS/unsupported/os.h-ULTRIX b/OS/unsupported/os.h-ULTRIX new file mode 100644 index 0000000..08db5ae --- /dev/null +++ b/OS/unsupported/os.h-ULTRIX @@ -0,0 +1,18 @@ +/* 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; + +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + +/* End */ -- cgit v1.2.3