Renamed SOCKLEN_T as EXIM_SOCKLEN_T to avoid a problem in AIX.
[exim.git] / src / OS / os.h-ULTRIX
1 /* $Cambridge: exim/src/OS/os.h-ULTRIX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3 /* Exim: OS-specific C header file for Ultrix */
4
5 /* Well, it *does* have statfs(), but its structure is called something
6 different, all the members have different names, and the function returns
7 1 on success rather than 0. As this is for a minority function, and I think
8 a minority operating system, easiest just to say "no" until someone asks. */
9
10 #undef HAVE_STATFS
11
12 #define F_FREESP O_TRUNC
13 #define NEED_H_ERRNO
14 #define NO_OPENLOG
15 typedef struct flock flock_t;
16
17 /* End */