1divert(-1) 2# 3# Copyright (c) 1998 Sendmail, Inc. All rights reserved. 4# Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved. 5# Copyright (c) 1988, 1993 6# The Regents of the University of California. All rights reserved. 7# 8# By using this file, you agree to the terms and conditions set 9# forth in the LICENSE file which can be found at the top level of 10# the sendmail distribution. 11# 12# 13 14# 15# This file is included so that multiple includes of cf.m4 will work 16# 17 18# figure out where the CF files live 19ifdef(`_CF_DIR_', `', 20 `ifelse(__file__, `__file__', 21 `define(`_CF_DIR_', `../')', 22 `define(`_CF_DIR_', 23 substr(__file__, 0, eval(len(__file__) - 8)))')') 24 25divert(0)dnl 26ifdef(`OSTYPE', `dnl', 27`include(_CF_DIR_`'m4/cfhead.m4)dnl 28VERSIONID(`@(#)cf.m4 8.29 (Berkeley) 5/19/98')') 29