Drop server_realm from heimdal_gssapi
[exim.git] / src / OS / Makefile-HP-UX
CommitLineData
61ec970d
PH
1# Exim: OS-specific make file for HP-UX later than 9
2
5bd022fe
PH
3# HP ANSI C compiler
4#CC=cc
21f7af35 5#CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
31480e42
PH
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
5bd022fe 9# gcc
d114ec46
PH
10CFLAGS=-O -D_XOPEN_SOURCE_EXTENDED
11LDFLAGS=-Wl,-z
12LIBS=-lm
21f7af35 13
61ec970d
PH
14BASENAME_COMMAND=/bin/basename
15HAVE_ICONV=yes
16HAVE_SETRESUID=YES
17HAVE_SETEUID=NO
18XINCLUDE=-I/usr/include/X11R6 -I/usr/contrib/X11R6/include
19XLFLAGS=-L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib
20X11_LD_LIB=/usr/contrib/X11R6/lib
21EXIMON_TEXTPOP=
22DBMLIB=-lndbm
23RANLIB=@true
24
25# End