Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / os.c-HP-UX
1 /*************************************************
2 *     Exim - an Internet mail transport agent    *
3 *************************************************/
4
5 /* Copyright (c) University of Cambridge 2016 */
6 /* Copyright (c) Jeremy Harris 2016 */
7 /* SPDX-License-Identifier: GPL-2.0-or-later */
8 /* See the file NOTICE for conditions of use and distribution. */
9
10 /* HP-UX-specific code. This is concatenated onto the generic
11 src/os.c file. */
12
13 #ifndef COMPILE_UTILITY
14 # include "setenv.c"
15 #endif
16
17 /* End of os.c-SunHP-UX */