--- sendmail-8.12.9/cf/m4/cfhead.m4.orig Thu Jan 7 19:20:19 2010 +++ sendmail-8.12.9/cf/m4/cfhead.m4 Thu Sep 27 22:45:33 2012 @@ -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,6 +19,7 @@ ##### ##### 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 @@ -22,6 +26,7 @@ include(TEMPFILE)dnl syscmd(rm -f TEMPFILE)dnl')') ##### +)dnl ###################################################################### ##### ##### DO NOT EDIT THIS FILE! Only edit the source .mc file.