Merge branch 'debian'
[hcoop/debian/exim4.git] / OS / unsupported / os.h-UNIX_SV
CommitLineData
420a0d19
CE
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
2ea97746
CE
22/* default is non-const */
23#define ICONV_ARG2_TYPE const char **
24
420a0d19 25/* End */