cf.m4 revision 38032
10SN/Adivert(-1)
216797Smsheppar#
30SN/A# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
40SN/A# Copyright (c) 1983, 1995 Eric P. Allman.  All rights reserved.
50SN/A# Copyright (c) 1988, 1993
60SN/A#	The Regents of the University of California.  All rights reserved.
72362SN/A#
80SN/A# By using this file, you agree to the terms and conditions set
92362SN/A# forth in the LICENSE file which can be found at the top level of
100SN/A# the sendmail distribution.
110SN/A#
120SN/A#
130SN/A
140SN/A#
150SN/A#  This file is included so that multiple includes of cf.m4 will work
160SN/A#
170SN/A
180SN/A# figure out where the CF files live
190SN/Aifdef(`_CF_DIR_', `',
200SN/A	`ifelse(__file__, `__file__',
212362SN/A		`define(`_CF_DIR_', `../')',
222362SN/A		`define(`_CF_DIR_',
232362SN/A			substr(__file__, 0, eval(len(__file__) - 8)))')')
240SN/A
250SN/Adivert(0)dnl
260SN/Aifdef(`OSTYPE', `dnl',
270SN/A`include(_CF_DIR_`'m4/cfhead.m4)dnl
2812299SpsandozVERSIONID(`@(#)cf.m4	8.29 (Berkeley) 5/19/98')')
290SN/A