pathnames.h revision 55716
1139749Simp/*
218781Sgibbs * Copyright (c) 1989, 1993
318781Sgibbs *	The Regents of the University of California.  All rights reserved.
418781Sgibbs *
555945Sgibbs * Redistribution and use in source and binary forms, with or without
618781Sgibbs * modification, are permitted provided that the following conditions
718781Sgibbs * are met:
818781Sgibbs * 1. Redistributions of source code must retain the above copyright
918781Sgibbs *    notice, this list of conditions and the following disclaimer.
1018781Sgibbs * 2. Redistributions in binary form must reproduce the above copyright
1118781Sgibbs *    notice, this list of conditions and the following disclaimer in the
1239217Sgibbs *    documentation and/or other materials provided with the distribution.
1339217Sgibbs * 3. All advertising materials mentioning features or use of this software
1418781Sgibbs *    must display the following acknowledgement:
1518781Sgibbs *	This product includes software developed by the University of
1618781Sgibbs *	California, Berkeley and its contributors.
1718781Sgibbs * 4. Neither the name of the University nor the names of its contributors
1818781Sgibbs *    may be used to endorse or promote products derived from this software
1918781Sgibbs *    without specific prior written permission.
2018781Sgibbs *
2118781Sgibbs * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2218781Sgibbs * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2318781Sgibbs * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2418781Sgibbs * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2518781Sgibbs * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2618781Sgibbs * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2718781Sgibbs * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2818781Sgibbs * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2918781Sgibbs * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3018781Sgibbs * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3118781Sgibbs * SUCH DAMAGE.
3250477Speter *
3318781Sgibbs *	@(#)pathnames.h	8.1 (Berkeley) 6/6/93
34139749Simp * $FreeBSD: head/usr.bin/calendar/pathnames.h 55716 2000-01-10 06:24:49Z obrien $
3518781Sgibbs */
3618781Sgibbs
3718781Sgibbs#include <paths.h>
3818781Sgibbs
3918781Sgibbs#define	_PATH_CPP	"/usr/libexec/cpp"
4018781Sgibbs#define	_PATH_INCLUDE	"/usr/share/calendar"
4118781Sgibbs