nocanonify.m4 revision 1
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: nocanonify.m4,v 8.12 1999/08/28 00:42:01 ca Exp $')
1N/Adivert(-1)
1N/A
1N/Adefine(`_NO_CANONIFY_', 1)
1N/Aifelse(defn(`_ARG_'), `', `',
1N/A strcasecmp(defn(`_ARG_'), `canonify_hosts'), `1',
1N/A `define(`_CANONIFY_HOSTS_', 1)',
1N/A `errprint(`*** ERROR: unknown parameter '"defn(`_ARG_')"` for FEATURE(`nocanonify')
1N/A')')