178344Sobrien/*
278344Sobrien * Copyright (c) 1989, 1993
398184Sgordon *	The Regents of the University of California.  All rights reserved.
498184Sgordon *
578344Sobrien * Redistribution and use in source and binary forms, with or without
678344Sobrien * modification, are permitted provided that the following conditions
778344Sobrien * are met:
8168085Smtm * 1. Redistributions of source code must retain the above copyright
998184Sgordon *    notice, this list of conditions and the following disclaimer.
10136224Smtm * 2. Redistributions in binary form must reproduce the above copyright
1178344Sobrien *    notice, this list of conditions and the following disclaimer in the
1278344Sobrien *    documentation and/or other materials provided with the distribution.
1378344Sobrien * 4. Neither the name of the University nor the names of its contributors
14126181Sbrueffer *    may be used to endorse or promote products derived from this software
1578344Sobrien *    without specific prior written permission.
1678344Sobrien *
17169653Smtm * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18125987Smtm * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19168085Smtm * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20168085Smtm * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21169653Smtm * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22169653Smtm * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23169653Smtm * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24169653Smtm * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25168085Smtm * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26169653Smtm * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27168085Smtm * SUCH DAMAGE.
28168085Smtm *
29168085Smtm *	@(#)pathnames.h	8.1 (Berkeley) 6/5/93
30168085Smtm * $FreeBSD$
31169653Smtm */
32168085Smtm
33171871Smtm#include <paths.h>
34169653Smtm
35168085Smtm#define	_PATH_BOOTDIR	"/boot"
36168085Smtm#define	PATH_TMPFILE	"/tmp/EdDk.XXXXXXXXXX"
3778344Sobrien