git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
PAM: fix crash in the pam expansion condition. Bug 2489
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-HP-UX-9
1
# Exim: OS-specific make file for HP-UX 9
2
3
CFLAGS=-O
4
BASENAME_COMMAND=/bin/basename
5
HAVE_ICONV=yes
6
HAVE_SETRESUID=YES
7
HAVE_SETEUID=NO
8
XINCLUDE=-I/usr/include/X11R5
9
XLFLAGS=-L/usr/lib/X11R5 -L/usr/contrib/X11R5/lib
10
X11_LD_LIB=/usr/contrib/X11R5/lib
11
EXIMON_TEXTPOP=
12
DBMLIB=-lndbm
13
RANLIB=@true
14
15
# End