Start
[exim.git] / src / OS / os.h-UNIX_SV
1 /* $Cambridge: exim/src/OS/os.h-UNIX_SV,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
2
3 /* Exim: OS-specific C header file for SCO SVR4.2 (and maybe Unixware) */
4
5 /**
6 *** Note that for SCO 5 the configuration file is called SCO_SV,
7 *** and that Unixware7 has its own configuration. This is an old
8 *** file that is retained for compatibility.
9 **/
10
11 #define NO_SYSEXITS
12
13 #define LOAD_AVG_NEEDS_ROOT
14 #define HAVE_DEV_KMEM
15 #define LOAD_AVG_TYPE short
16 #define LOAD_AVG_SYMBOL "avenrun"
17 #define KERNEL_PATH "/stand/unix"
18 #define FSCALE 256
19
20 #define HAVE_SYS_STATVFS_H
21 #define _SVID3
22 #define NEED_H_ERRNO
23
24 /* End */