150624Speter/*
250624Speter * Copyright (c) 1989, 1993
350624Speter *	The Regents of the University of California.  All rights reserved.
450624Speter *
550624Speter * Redistribution and use in source and binary forms, with or without
650624Speter * modification, are permitted provided that the following conditions
750624Speter * are met:
850624Speter * 1. Redistributions of source code must retain the above copyright
950624Speter *    notice, this list of conditions and the following disclaimer.
1050624Speter * 2. Redistributions in binary form must reproduce the above copyright
1150624Speter *    notice, this list of conditions and the following disclaimer in the
1250624Speter *    documentation and/or other materials provided with the distribution.
1350624Speter * 4. Neither the name of the University nor the names of its contributors
1450624Speter *    may be used to endorse or promote products derived from this software
1550624Speter *    without specific prior written permission.
1650624Speter *
1750624Speter * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
1850624Speter * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1950624Speter * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2050624Speter * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2150624Speter * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2250624Speter * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2350624Speter * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2450624Speter * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2550624Speter * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2650624Speter * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2750624Speter * SUCH DAMAGE.
2850624Speter *
2950624Speter *	@(#)pathnames.h	8.1 (Berkeley) 6/4/93
3050624Speter * $FreeBSD$
3150624Speter */
3250624Speter
33194628Srafan#define	_PATH_DEF	".termcap /usr/share/misc/termcap /etc/termcap.small"
3450624Speter#define	_PATH_DEF_SEC	"/usr/share/misc/termcap"
35