summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/cf/m4/cfhead.m4
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2003-02-08 20:35:51 +0000
committergshapiro <gshapiro@FreeBSD.org>2003-02-08 20:35:51 +0000
commit55f617e6f03e9e96b121cdde8289102d3a460b4e (patch)
treee9e902fe45cc13b5eeb0f81f2aa041f4296bdd54 /contrib/sendmail/cf/m4/cfhead.m4
parent7bd0c4fe894c9bc5e90bb93736d3d0f84dc7a7dc (diff)
downloadFreeBSD-src-55f617e6f03e9e96b121cdde8289102d3a460b4e.zip
FreeBSD-src-55f617e6f03e9e96b121cdde8289102d3a460b4e.tar.gz
Resolve conflicts from sendmail 8.12.7 import
Diffstat (limited to 'contrib/sendmail/cf/m4/cfhead.m4')
-rw-r--r--contrib/sendmail/cf/m4/cfhead.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/sendmail/cf/m4/cfhead.m4 b/contrib/sendmail/cf/m4/cfhead.m4
index 2f92fbd..8d99968 100644
--- a/contrib/sendmail/cf/m4/cfhead.m4
+++ b/contrib/sendmail/cf/m4/cfhead.m4
@@ -17,11 +17,11 @@
#####
##### SENDMAIL CONFIGURATION FILE
#####
-ifdef(`unix', `dnl
+ifdef(`__win32__', `dnl', `dnl
ifdef(`TEMPFILE', `dnl', `define(`TEMPFILE', maketemp(/tmp/cfXXXXXX))dnl
syscmd(sh _CF_DIR_`'sh/makeinfo.sh _CF_DIR_ > TEMPFILE)dnl
include(TEMPFILE)dnl
-syscmd(rm -f TEMPFILE)dnl')', `dnl')
+syscmd(rm -f TEMPFILE)dnl')')
#####
######################################################################
#####
@@ -305,4 +305,4 @@ define(`confMILTER_MACROS_ENVRCPT', ``{rcpt_mailer}, {rcpt_host}, {rcpt_addr}'')
divert(0)dnl
-VERSIONID(`$Id: cfhead.m4,v 8.108 2002/06/13 18:53:24 ca Exp $')
+VERSIONID(`$Id: cfhead.m4,v 8.108.2.1 2002/08/27 20:19:08 gshapiro Exp $')
OpenPOWER on IntegriCloud