Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / Makefile-HP-UX
1 # Exim: OS-specific make file for HP-UX later than 9
2 # SPDX-License-Identifier: GPL-2.0-or-later
3
4 # HP ANSI C compiler
5 #CC=cc
6 #CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
7 # Users of the A.06.00 compiler might need to use +O1 rather than +O2 as
8 # there have been some problems reported with this compiler with +O2 set.
9
10 # gcc
11 CFLAGS=-O -D_XOPEN_SOURCE_EXTENDED
12 LDFLAGS=-Wl,-z
13 LIBS=-lm
14
15 BASENAME_COMMAND=/bin/basename
16 HAVE_ICONV=yes
17 HAVE_SETRESUID=YES
18 HAVE_SETEUID=NO
19 XINCLUDE=-I/usr/include/X11R6 -I/usr/contrib/X11R6/include
20 XLFLAGS=-L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib
21 X11_LD_LIB=/usr/contrib/X11R6/lib
22 EXIMON_TEXTPOP=
23 DBMLIB=-lndbm
24 RANLIB=@true
25
26 OS_C_INCLUDES=setenv.c
27
28 # End