1105401Stmm/*-
2105401Stmm * Copyright (c) 2002 by Thomas Moestl <tmm@FreeBSD.org>.
3105401Stmm * All rights reserved.
4105401Stmm *
5105401Stmm * Redistribution and use in source and binary forms, with or without
6105401Stmm * modification, are permitted provided that the following conditions
7105401Stmm * are met:
8105401Stmm * 1. Redistributions of source code must retain the above copyright
9105401Stmm *    notice, this list of conditions and the following disclaimer.
10105401Stmm * 2. Redistributions in binary form must reproduce the above copyright
11105401Stmm *    notice, this list of conditions and the following disclaimer in the
12105401Stmm *    documentation and/or other materials provided with the distribution.
13105401Stmm *
14105401Stmm * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15105401Stmm * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16105401Stmm * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17105401Stmm * IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
18105401Stmm * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19105401Stmm * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20105401Stmm * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
21105401Stmm * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
22105401Stmm * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
23105401Stmm * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24105401Stmm *
25105401Stmm * $FreeBSD$
26105401Stmm */
27105401Stmm
28105401Stmm#include <paths.h>
29105401Stmm
30105401Stmm#define PATH_DEV_OPENFIRM	_PATH_DEV "openfirm"
31