xref: /titanic_52/usr/src/cmd/sendmail/cf/feature/delay_checks.m4 (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gatedivert(-1)
2*7c478bd9Sstevel@tonic-gate#
3*7c478bd9Sstevel@tonic-gate# Copyright (c) 1999-2000 Sendmail, Inc. and its suppliers.
4*7c478bd9Sstevel@tonic-gate#	All rights reserved.
5*7c478bd9Sstevel@tonic-gate#
6*7c478bd9Sstevel@tonic-gate# By using this file, you agree to the terms and conditions set
7*7c478bd9Sstevel@tonic-gate# forth in the LICENSE file which can be found at the top level of
8*7c478bd9Sstevel@tonic-gate# the sendmail distribution.
9*7c478bd9Sstevel@tonic-gate#
10*7c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
11*7c478bd9Sstevel@tonic-gate#
12*7c478bd9Sstevel@tonic-gate
13*7c478bd9Sstevel@tonic-gatedivert(0)
14*7c478bd9Sstevel@tonic-gateVERSIONID(`$Id: delay_checks.m4,v 8.8 2000/12/05 18:50:45 ca Exp $')
15*7c478bd9Sstevel@tonic-gatedivert(-1)
16*7c478bd9Sstevel@tonic-gate
17*7c478bd9Sstevel@tonic-gatedefine(`_DELAY_CHECKS_', 1)
18*7c478bd9Sstevel@tonic-gateifelse(defn(`_ARG_'), `',  `',
19*7c478bd9Sstevel@tonic-gate	lower(substr(_ARG_,0,1)), `f', `define(`_SPAM_FRIEND_', 1) define(`_SPAM_FH_', 1)',
20*7c478bd9Sstevel@tonic-gate	lower(substr(_ARG_,0,1)), `h', `define(`_SPAM_HATER_', 1)  define(`_SPAM_FH_', 1)',
21*7c478bd9Sstevel@tonic-gate	`errprint(`*** ERROR: illegal argument _ARG_ for FEATURE(delay_checks)
22*7c478bd9Sstevel@tonic-gate')
23*7c478bd9Sstevel@tonic-gate	')
24*7c478bd9Sstevel@tonic-gate
25*7c478bd9Sstevel@tonic-gatednl be backward compatible by default
26*7c478bd9Sstevel@tonic-gateifelse(len(X`'_ARG2_), `1', `define(`_DELAY_COMPAT_8_10_', 1)', `')
27