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-HI-UX
1
# Exim: OS-specific make file for HI-UX
2
3
CC=cc -Aa -D_HIUX_SOURCE
4
HAVE_SETRESUID=YES
5
HAVE_SETEUID=NO
6
XINCLUDE=-I/usr/include/X11R5
7
XLFLAGS=-L/usr/lib/X11R5
8
DBMLIB = -lndbm
9
NEED_H_ERRNO=1
10
RANLIB=@true
11
12
# End