Also memset(.., 0, ..) the pre-TLS input buffer.
[exim.git] / src / OS / Makefile-HP-UX
CommitLineData
d114ec46 1# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.5 2006/03/17 09:39:00 ph10 Exp $
61ec970d
PH
2
3# Exim: OS-specific make file for HP-UX later than 9
4
5bd022fe
PH
5# HP ANSI C compiler
6#CC=cc
21f7af35 7#CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED
31480e42
PH
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
5bd022fe 11# gcc
d114ec46
PH
12CFLAGS=-O -D_XOPEN_SOURCE_EXTENDED
13LDFLAGS=-Wl,-z
14LIBS=-lm
21f7af35 15
61ec970d
PH
16BASENAME_COMMAND=/bin/basename
17HAVE_ICONV=yes
18HAVE_SETRESUID=YES
19HAVE_SETEUID=NO
20XINCLUDE=-I/usr/include/X11R6 -I/usr/contrib/X11R6/include
21XLFLAGS=-L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib
22X11_LD_LIB=/usr/contrib/X11R6/lib
23EXIMON_TEXTPOP=
24DBMLIB=-lndbm
25RANLIB=@true
26
27# End