1 /* Exim: OS-specific C header file for Ultrix */
3 /* Well, it *does* have statfs(), but its structure is called something
4 different, all the members have different names, and the function returns
5 1 on success rather than 0. As this is for a minority function, and I think
6 a minority operating system, easiest just to say "no" until someone asks. */
10 #define F_FREESP O_TRUNC
13 typedef struct flock flock_t;
15 /* default is non-const */
16 #define ICONV_ARG2_TYPE const char **