1129330Sjoerg/*-
2129330Sjoerg * Copyright (C) 2004 Joerg Wunsch
3129330Sjoerg * All Rights Reserved.
4129330Sjoerg *
5129330Sjoerg * Redistribution and use in source and binary forms, with or without
6129330Sjoerg * modification, are permitted provided that the following conditions
7129330Sjoerg * are met:
8129330Sjoerg * 1. Redistributions of source code must retain the above copyright
9129330Sjoerg *    notice, this list of conditions and the following disclaimer.
10129330Sjoerg * 2. Redistributions in binary form must reproduce the above copyright
11129330Sjoerg *    notice, this list of conditions and the following disclaimer in the
12129330Sjoerg *    documentation and/or other materials provided with the distribution.
13129330Sjoerg *
14129330Sjoerg * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15129330Sjoerg * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16129330Sjoerg * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17129330Sjoerg * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
18129330Sjoerg * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19129330Sjoerg * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20129330Sjoerg * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21129330Sjoerg * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22129330Sjoerg * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23129330Sjoerg * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24129330Sjoerg * SUCH DAMAGE.
25129330Sjoerg *
26129330Sjoerg * $FreeBSD$
27129330Sjoerg */
28129330Sjoerg
29129330Sjoerg#define PATH_DEFAULTSMBDEV	"/dev/smb0"
30