Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / os.h-HI-OSF
1 /* Exim: OS-specific C header file for HI-OSF/1-MJ and HI-UX/MPP */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
3
4 #define HAVE_SYS_MOUNT_H
5
6 typedef struct flock           flock_t;
7 #define F_FREESP               O_TRUNC
8 #define DN_EXPAND_ARG4_TYPE    u_char *
9
10 /* default is non-const */
11 #define ICONV_ARG2_TYPE const char **
12
13 /* End */