Merge branch 'debian'
[hcoop/debian/exim4.git] / OS / unsupported / os.h-ULTRIX
1 /* Exim: OS-specific C header file for Ultrix */
2
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. */
7
8 #undef HAVE_STATFS
9
10 #define F_FREESP O_TRUNC
11 #define NEED_H_ERRNO
12 #define NO_OPENLOG
13 typedef struct flock flock_t;
14
15 /* default is non-const */
16 #define ICONV_ARG2_TYPE const char **
17
18 /* End */