Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / os.h-UNIX_SV
1 /* Exim: OS-specific C header file for SCO SVR4.2 (and maybe Unixware) */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
3
4 /**
5 *** Note that for SCO 5 the configuration file is called SCO_SV,
6 *** and that Unixware7 has its own configuration. This is an old
7 *** file that is retained for compatibility.
8 **/
9
10 #define NO_SYSEXITS
11
12 #define LOAD_AVG_NEEDS_ROOT
13 #define HAVE_DEV_KMEM
14 #define LOAD_AVG_TYPE   short
15 #define LOAD_AVG_SYMBOL "avenrun"
16 #define KERNEL_PATH     "/stand/unix"
17 #define FSCALE          256
18
19 #define HAVE_SYS_STATVFS_H
20 #define _SVID3
21 #define NEED_H_ERRNO
22
23 /* default is non-const */
24 #define ICONV_ARG2_TYPE const char **
25
26 /* End */