git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Docs: Security release. Bug 3063
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-HI-UX
1
# Exim: OS-specific make file for HI-UX
2
# SPDX-License-Identifier: GPL-2.0-or-later
3
4
CC=cc -Aa -D_HIUX_SOURCE
5
HAVE_SETRESUID=YES
6
HAVE_SETEUID=NO
7
XINCLUDE=-I/usr/include/X11R5
8
XLFLAGS=-L/usr/lib/X11R5
9
DBMLIB = -lndbm
10
NEED_H_ERRNO=1
11
RANLIB=@true
12
13
# End