nouucp.m4 revision 266692
11590Srgrimesdivert(-1)
253152Smarcel#
31590Srgrimes# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers.
41590Srgrimes#	All rights reserved.
540525Sjdp# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
6204329Sru# Copyright (c) 1988, 1993
7249687Strociny#	The Regents of the University of California.  All rights reserved.
8103299Speter#
9201386Sed# By using this file, you agree to the terms and conditions set
10201386Sed# forth in the LICENSE file which can be found at the top level of
111590Srgrimes# the sendmail distribution.
12#
13#
14
15divert(0)
16VERSIONID(`$Id: nouucp.m4,v 8.14 2013-11-22 20:51:11 ca Exp $')
17divert(-1)
18
19ifelse(defn(`_ARG_'), `', 
20	`errprint(`*** ERROR: missing argument for FEATURE(nouucp):
21		use `reject' or `nospecial'. See cf/README.
22')define(`_NO_UUCP_', `e')',
23	substr(_ARG_,0,1), `r', `define(`_NO_UUCP_', `r')',
24	substr(_ARG_,0,1), `n', `define(`_NO_UUCP_', `n')',
25	`errprint(`*** ERROR: illegal argument _ARG_ for FEATURE(nouucp)
26')
27	')
28