use_cw_file.m4 revision 38032
138032Speterdivert(-1)
238032Speter#
338032Speter# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
438032Speter# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
538032Speter# Copyright (c) 1988, 1993
638032Speter#	The Regents of the University of California.  All rights reserved.
738032Speter#
838032Speter# By using this file, you agree to the terms and conditions set
938032Speter# forth in the LICENSE file which can be found at the top level of
1038032Speter# the sendmail distribution.
1138032Speter#
1238032Speter#
1338032Speter
1438032Speterdivert(0)
1538032SpeterVERSIONID(`@(#)use_cw_file.m4	8.6 (Berkeley) 5/19/98')
1638032Speterdivert(-1)
1738032Speter
1838032Speter# if defined, the sendmail.cf will read the /etc/sendmail.cw file
1938032Speter# to find alternate names for this host.  Typically only used when
2038032Speter# several hosts have been squashed into one another at high speed.
2138032Speter
2238032Speterdefine(`USE_CW_FILE', `')
2338032Speter
2438032Speterdivert(0)
25