components/sendmail/patches/cfhead.m4.patch
changeset 4769 70480c18ca65
parent 4768 36f47c0b202b
child 4770 b4623be47e9d
--- a/components/sendmail/patches/cfhead.m4.patch	Tue Aug 11 16:13:01 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# This patch is Solaris-specific and thus has not been contributed upstream.
---- sendmail-8.14.7/cf/m4/cfhead.m4	2010-01-07 10:20:19.000000000 -0800
-+++ sendmail-8.14.7/cf/m4/cfhead.m4	2012-12-10 14:37:14.550919110 -0800
-@@ -5,6 +5,9 @@
- # Copyright (c) 1988, 1993
- #	The Regents of the University of California.  All rights reserved.
- #
-+# Copyright 1993, 1997-2006 Sun Microsystems, Inc.  All rights reserved.
-+# Use is subject to license terms.
-+#
- # By using this file, you agree to the terms and conditions set
- # forth in the LICENSE file which can be found at the top level of
- # the sendmail distribution.
-@@ -16,12 +19,14 @@
- #####
- #####		SENDMAIL CONFIGURATION FILE
- #####
-+ifdef(`SUN_HIDE_INTERNAL_DETAILS',,
- 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
- ######################################################################
- #####
- #####	DO NOT EDIT THIS FILE!  Only edit the source .mc file.