ipliteral was not recognizing "ipv6" prefix.
[exim.git] / src / OS / Makefile-HP-UX
1 # $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.4 2005/08/08 10:48:27 ph10 Exp $
2
3 # Exim: OS-specific make file for HP-UX later than 9
4
5 # HP ANSI C compiler
6 #CC=cc
7 #CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
8 # Users of the A.06.00 compiler might need to use +O1 rather than +O2 as
9 # there have been some problems reported with this compiler with +O2 set.
10
11 # gcc
12 CFLAGS=-O -Wl,-z -D_XOPEN_SOURCE_EXTENDED
13
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 # End