xref: /minix3/usr.bin/calendar/pathnames.h (revision 37fc2fa18fbfb5fda26f1400931b040e37a78f9a)
1*37fc2fa1SThomas Cort /*	$NetBSD: pathnames.h,v 1.6 2004/12/07 16:47:32 jwise Exp $	*/
2*37fc2fa1SThomas Cort 
3*37fc2fa1SThomas Cort /*
4*37fc2fa1SThomas Cort  * Copyright (c) 1989, 1993
5*37fc2fa1SThomas Cort  *	The Regents of the University of California.  All rights reserved.
6*37fc2fa1SThomas Cort  *
7*37fc2fa1SThomas Cort  * Redistribution and use in source and binary forms, with or without
8*37fc2fa1SThomas Cort  * modification, are permitted provided that the following conditions
9*37fc2fa1SThomas Cort  * are met:
10*37fc2fa1SThomas Cort  * 1. Redistributions of source code must retain the above copyright
11*37fc2fa1SThomas Cort  *    notice, this list of conditions and the following disclaimer.
12*37fc2fa1SThomas Cort  * 2. Redistributions in binary form must reproduce the above copyright
13*37fc2fa1SThomas Cort  *    notice, this list of conditions and the following disclaimer in the
14*37fc2fa1SThomas Cort  *    documentation and/or other materials provided with the distribution.
15*37fc2fa1SThomas Cort  * 3. Neither the name of the University nor the names of its contributors
16*37fc2fa1SThomas Cort  *    may be used to endorse or promote products derived from this software
17*37fc2fa1SThomas Cort  *    without specific prior written permission.
18*37fc2fa1SThomas Cort  *
19*37fc2fa1SThomas Cort  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20*37fc2fa1SThomas Cort  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21*37fc2fa1SThomas Cort  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22*37fc2fa1SThomas Cort  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23*37fc2fa1SThomas Cort  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24*37fc2fa1SThomas Cort  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25*37fc2fa1SThomas Cort  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26*37fc2fa1SThomas Cort  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27*37fc2fa1SThomas Cort  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28*37fc2fa1SThomas Cort  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29*37fc2fa1SThomas Cort  * SUCH DAMAGE.
30*37fc2fa1SThomas Cort  *
31*37fc2fa1SThomas Cort  *	@(#)pathnames.h	8.1 (Berkeley) 6/6/93
32*37fc2fa1SThomas Cort  */
33*37fc2fa1SThomas Cort 
34*37fc2fa1SThomas Cort #include <paths.h>
35*37fc2fa1SThomas Cort 
36*37fc2fa1SThomas Cort #define	_PATH_CPP	"/usr/bin/cpp"
37*37fc2fa1SThomas Cort #define	_PATH_CALENDARS	"/usr/share/calendar"
38*37fc2fa1SThomas Cort #define _PATH_SYSTEM_CALENDAR	"/etc/calendar"
39