8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / sendmail / cf / feature / delay_checks.m4
blob349c95381ce2497b71d8ed4b73e2c3ac2909e451
1 divert(-1)
3 # Copyright (c) 1999-2000 Sendmail, Inc. and its suppliers.
4 #       All rights reserved.
6 # By using this file, you agree to the terms and conditions set
7 # forth in the LICENSE file which can be found at the top level of
8 # the sendmail distribution.
10 #ident  "%Z%%M% %I%     %E% SMI"
13 divert(0)
14 VERSIONID(`$Id: delay_checks.m4,v 8.8 2000/12/05 18:50:45 ca Exp $')
15 divert(-1)
17 define(`_DELAY_CHECKS_', 1)
18 ifelse(defn(`_ARG_'), `',  `',
19         lower(substr(_ARG_,0,1)), `f', `define(`_SPAM_FRIEND_', 1) define(`_SPAM_FH_', 1)',
20         lower(substr(_ARG_,0,1)), `h', `define(`_SPAM_HATER_', 1)  define(`_SPAM_FH_', 1)',
21         `errprint(`*** ERROR: illegal argument _ARG_ for FEATURE(delay_checks)
23         ')
25 dnl be backward compatible by default 
26 ifelse(len(X`'_ARG2_), `1', `define(`_DELAY_COMPAT_8_10_', 1)', `')