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