Retire historical build files
[exim.git] / src / OS / unsupported / os.h-ULTRIX
CommitLineData
61ec970d
PH
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
9c19b270
JH
15/* default is non-const */
16#define ICONV_ARG2_TYPE const char **
17
61ec970d 18/* End */