pathnames.h revision 50624
12061Sjkh/*
250479Speter * Copyright (c) 1989, 1993
32061Sjkh *	The Regents of the University of California.  All rights reserved.
438666Sjb *
532427Sjb * Redistribution and use in source and binary forms, with or without
6111131Sru * modification, are permitted provided that the following conditions
7111131Sru * are met:
8217733Sbz * 1. Redistributions of source code must retain the above copyright
9217733Sbz *    notice, this list of conditions and the following disclaimer.
1038666Sjb * 2. Redistributions in binary form must reproduce the above copyright
1138666Sjb *    notice, this list of conditions and the following disclaimer in the
1238666Sjb *    documentation and/or other materials provided with the distribution.
13159363Strhodes * 3. All advertising materials mentioning features or use of this software
1464049Salex *    must display the following acknowledgement:
1564049Salex *	This product includes software developed by the University of
16116679Ssimokawa *	California, Berkeley and its contributors.
1766071Smarkm * 4. Neither the name of the University nor the names of its contributors
18116679Ssimokawa *    may be used to endorse or promote products derived from this software
1973504Sobrien *    without specific prior written permission.
20204661Simp *
21232907Sjmallett * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22158962Snetchild * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23223148Sru * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24169597Sdes * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25169597Sdes * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26169597Sdes * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27169597Sdes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28231821Spluknet * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29169597Sdes * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30169597Sdes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31169597Sdes * SUCH DAMAGE.
32217815Sbz *
33217815Sbz *	@(#)pathnames.h	8.1 (Berkeley) 6/4/93
34218524Sjhb * $FreeBSD: head/lib/ncurses/ncurses/pathnames.h 50624 1999-08-30 07:58:08Z peter $
3532427Sjb */
3638666Sjb
37108451Sschweikh#define	_PATH_DEF	".termcap /usr/share/misc/termcap"
3838666Sjb#define	_PATH_DEF_SEC	"/usr/share/misc/termcap"
3938666Sjb