Added STRIP_COMMAND=/usr/bin/strip to the FreeBSD Makefile.
[exim.git] / src / OS / os.h-ULTRIX
CommitLineData
61ec970d
PH
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
6different, all the members have different names, and the function returns
71 on success rather than 0. As this is for a minority function, and I think
8a 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
15typedef struct flock flock_t;
16
17/* End */