Fix eximon build (tls_sni)
[exim.git] / src / OS / Makefile-HP-UX
1 # Exim: OS-specific make file for HP-UX later than 9
2
3 # HP ANSI C compiler
4 #CC=cc
5 #CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
6 # Users of the A.06.00 compiler might need to use +O1 rather than +O2 as
7 # there have been some problems reported with this compiler with +O2 set.
8
9 # gcc
10 CFLAGS=-O -D_XOPEN_SOURCE_EXTENDED
11 LDFLAGS=-Wl,-z
12 LIBS=-lm
13
14 BASENAME_COMMAND=/bin/basename
15 HAVE_ICONV=yes
16 HAVE_SETRESUID=YES
17 HAVE_SETEUID=NO
18 XINCLUDE=-I/usr/include/X11R6 -I/usr/contrib/X11R6/include
19 XLFLAGS=-L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib
20 X11_LD_LIB=/usr/contrib/X11R6/lib
21 EXIMON_TEXTPOP=
22 DBMLIB=-lndbm
23 RANLIB=@true
24
25 # End