git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
src
/
OS
/
unsupported
/
Makefile-OSF1
1
# Exim: OS-specific make file for OSF1
2
3
CFLAGS=-O
4
LIBS=-liconv -lm
5
HAVE_CRYPT16=yes
6
HAVE_ICONV=yes
7
HOSTNAME_COMMAND=/usr/bin/hostname
8
EXIWHAT_EGREP_ARG='/exim( |$$)'
9
10
# End