Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / os.h-ULTRIX
1 /* Exim: OS-specific C header file for Ultrix */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
3
4 /* Well, it *does* have statfs(), but its structure is called something
5 different, all the members have different names, and the function returns
6 1 on success rather than 0. As this is for a minority function, and I think
7 a minority operating system, easiest just to say "no" until someone asks. */
8
9 #undef HAVE_STATFS
10
11 #define F_FREESP     O_TRUNC
12 #define NEED_H_ERRNO
13 #define NO_OPENLOG
14 typedef struct flock flock_t;
15
16 /* default is non-const */
17 #define ICONV_ARG2_TYPE const char **
18
19 /* End */