Added STRIP_COMMAND=/usr/bin/strip to the FreeBSD Makefile.
[exim.git] / src / OS / os.h-USG
1 /* $Cambridge: exim/src/OS/os.h-USG,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3 /* Exim: OS-specific C header file for Unixware 2.x */
4
5 #define NO_SYSEXITS
6
7 #define LOAD_AVG_NEEDS_ROOT
8 #define HAVE_DEV_KMEM
9 #define LOAD_AVG_TYPE short
10 #define LOAD_AVG_SYMBOL "avenrun"
11 #define KERNEL_PATH "/stand/unix"
12 #define FSCALE 256
13
14 #define HAVE_SYS_STATVFS_H
15 #define _SVID3
16 #define NEED_H_ERRNO
17
18 /* End */