1N/Adivert(-1)
1N/A#
1N/A# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
1N/A# All rights reserved.
1N/A# Copyright (c) 1983 Eric P. Allman. All rights reserved.
1N/A# Copyright (c) 1988, 1993
1N/A# The Regents of the University of California. All rights reserved.
1N/A#
1N/A# By using this file, you agree to the terms and conditions set
1N/A# forth in the LICENSE file which can be found at the top level of
1N/A# the sendmail distribution.
1N/A#
1N/A#
1N/A
1N/Adivert(0)
1N/AVERSIONID(`$Id: nouucp.m4,v 8.13 1999/11/24 18:37:07 ca Exp $')
1N/Adivert(-1)
1N/A
1N/Aifelse(defn(`_ARG_'), `',
1N/A `errprint(`*** ERROR: missing argument for FEATURE(nouucp):
1N/A use `reject' or `nospecial'. See cf/README.
1N/A')define(`_NO_UUCP_', `e')',
1N/A substr(_ARG_,0,1), `r', `define(`_NO_UUCP_', `r')',
1N/A substr(_ARG_,0,1), `n', `define(`_NO_UUCP_', `n')',
1N/A `errprint(`*** ERROR: illegal argument _ARG_ for FEATURE(nouucp)
1N/A')
1N/A ')