Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / os.h-OSF1
1 /* Exim: OS-specific C header file for OSF1 */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
3
4 #define HAVE_SYS_MOUNT_H
5 #define HAVE_GETIPNODEBYNAME    1
6
7 typedef struct flock flock_t;
8 #define F_FREESP     O_TRUNC
9
10 /* This was here for some time, but it seems that now (June 2005) things have
11 changed. */
12 /* #define EXIM_SOCKLEN_T    size_t */
13
14 /* Still not "socklen_t", which is the most common setting */
15 #define EXIM_SOCKLEN_T       int
16
17 /* End */