pathnames.h revision 1590
1132497Stjr/*
2132497Stjr * Copyright (c) 1989, 1993
3227753Stheraven *	The Regents of the University of California.  All rights reserved.
4227753Stheraven *
5132497Stjr * Redistribution and use in source and binary forms, with or without
6227753Stheraven * modification, are permitted provided that the following conditions
7227753Stheraven * are met:
8227753Stheraven * 1. Redistributions of source code must retain the above copyright
9132497Stjr *    notice, this list of conditions and the following disclaimer.
10132497Stjr * 2. Redistributions in binary form must reproduce the above copyright
11132497Stjr *    notice, this list of conditions and the following disclaimer in the
12132497Stjr *    documentation and/or other materials provided with the distribution.
13132497Stjr * 3. All advertising materials mentioning features or use of this software
14132497Stjr *    must display the following acknowledgement:
15132497Stjr *	This product includes software developed by the University of
16132497Stjr *	California, Berkeley and its contributors.
17132497Stjr * 4. Neither the name of the University nor the names of its contributors
18132497Stjr *    may be used to endorse or promote products derived from this software
19132497Stjr *    without specific prior written permission.
20132497Stjr *
21132497Stjr * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22132497Stjr * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23132497Stjr * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24132497Stjr * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25132497Stjr * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26132497Stjr * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27132497Stjr * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28132497Stjr * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29132497Stjr * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30132497Stjr * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31132497Stjr * SUCH DAMAGE.
32132497Stjr *
33132497Stjr *	@(#)pathnames.h	8.1 (Berkeley) 6/6/93
34132497Stjr */
35132497Stjr
36132497Stjr#include <paths.h>
37132497Stjr
38132497Stjr#define	_PATH_CPP	"/usr/bin/cpp"
39132497Stjr			/* XXX -- fix when cpp parses arguments rationally */
40132497Stjr#define	_PATH_INCLUDE	"-I/usr/share/calendar"
41132497Stjr