Import Upstream version 4.89
[hcoop/debian/exim4.git] / OS / os.h-ULTRIX
CommitLineData
420a0d19
CE
1/* Exim: OS-specific C header file for Ultrix */
2
3/* Well, it *does* have statfs(), but its structure is called something
4different, all the members have different names, and the function returns
51 on success rather than 0. As this is for a minority function, and I think
6a minority operating system, easiest just to say "no" until someone asks. */
7
8#undef HAVE_STATFS
9
10#define F_FREESP O_TRUNC
11#define NEED_H_ERRNO
12#define NO_OPENLOG
13typedef struct flock flock_t;
14
2813c06e
CE
15/* default is non-const */
16#define ICONV_ARG2_TYPE const char **
17
420a0d19 18/* End */