138032Speterdivert(-1)
238032Speter#
3261194Sgshapiro# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
538032Speter# Copyright (c) 1983, 1995 Eric P. Allman.  All rights reserved.
638032Speter# Copyright (c) 1988, 1993
738032Speter#	The Regents of the University of California.  All rights reserved.
838032Speter#
938032Speter# By using this file, you agree to the terms and conditions set
1038032Speter# forth in the LICENSE file which can be found at the top level of
1138032Speter# the sendmail distribution.
1238032Speter#
1338032Speter#
1438032Speter
1538032Speter#
1638032Speter#  This file is included so that multiple includes of cf.m4 will work
1738032Speter#
1838032Speter
1938032Speter# figure out where the CF files live
2038032Speterifdef(`_CF_DIR_', `',
2138032Speter	`ifelse(__file__, `__file__',
2238032Speter		`define(`_CF_DIR_', `../')',
2338032Speter		`define(`_CF_DIR_',
2438032Speter			substr(__file__, 0, eval(len(__file__) - 8)))')')
2538032Speter
2638032Speterdivert(0)dnl
2738032Speterifdef(`OSTYPE', `dnl',
2838032Speter`include(_CF_DIR_`'m4/cfhead.m4)dnl
29266527SgshapiroVERSIONID(`$Id: cf.m4,v 8.33 2013-11-22 20:51:13 ca Exp $')')
30