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, 1995 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#ident "%Z%%M% %I% %E% SMI"
1N/A#
1N/A
1N/A#
1N/A# This file is included so that multiple includes of cf.m4 will work
1N/A#
1N/A
1N/A# figure out where the CF files live
1N/Aifdef(`_CF_DIR_', `',
1N/A `ifelse(__file__, `__file__',
1N/A `define(`_CF_DIR_', `../')',
1N/A `define(`_CF_DIR_',
1N/A substr(__file__, 0, eval(len(__file__) - 8)))')')
1N/A
1N/Adivert(0)dnl
1N/Aifdef(`OSTYPE', `dnl',
1N/A`include(_CF_DIR_`'m4/cfhead.m4)dnl
1N/AVERSIONID(`$Id: cf.m4,v 8.32 1999/02/07 07:26:14 gshapiro Exp $')')