diff options
Diffstat (limited to 'contrib/sendmail/cf/feature/no_default_msa.m4')
-rw-r--r-- | contrib/sendmail/cf/feature/no_default_msa.m4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/sendmail/cf/feature/no_default_msa.m4 b/contrib/sendmail/cf/feature/no_default_msa.m4 new file mode 100644 index 0000000..3f5752a --- /dev/null +++ b/contrib/sendmail/cf/feature/no_default_msa.m4 @@ -0,0 +1,16 @@ +divert(-1) +# +# Copyright (c) 1999, 2000 Sendmail, Inc. and its suppliers. +# All rights reserved. +# +# 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. +# +# + +divert(0) +VERSIONID(`$Id: no_default_msa.m4,v 8.1 2000/02/01 15:56:30 ca Exp $') +divert(-1) + +define(`_NO_MSA_', `1') |