git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
errors_to on a router was being ignored for bounce messages.
[users/jgh/exim.git]
/
src
/
OS
/
Makefile-OSF1
1
# $Cambridge: exim/src/OS/Makefile-OSF1,v 1.1 2004/10/06 15:07:39 ph10 Exp $
2
3
# Exim: OS-specific make file for OSF1
4
5
CFLAGS=-O
6
LIBS=-liconv
7
HAVE_CRYPT16=yes
8
HAVE_ICONV=yes
9
HOSTNAME_COMMAND=/usr/bin/hostname
10
EXIWHAT_EGREP_ARG='/exim( |$$)'
11
12
# End