Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / Makefile-OSF1
1 # Exim: OS-specific make file for OSF1
2 # SPDX-License-Identifier: GPL-2.0-or-later
3
4 CFLAGS=-O
5 LIBS=-liconv -lm
6 HAVE_CRYPT16=yes
7 HAVE_ICONV=yes
8 HOSTNAME_COMMAND=/usr/bin/hostname
9 EXIWHAT_EGREP_ARG='/exim( |$$)'
10
11 # End