pathnames.h revision 1.1 1 1.1 dholland /* $NetBSD: pathnames.h,v 1.1 2014/03/29 22:11:19 dholland Exp $ */
2 1.1 dholland /*
3 1.1 dholland * Copyright (c) 1983-2003, Regents of the University of California.
4 1.1 dholland * All rights reserved.
5 1.1 dholland *
6 1.1 dholland * Redistribution and use in source and binary forms, with or without
7 1.1 dholland * modification, are permitted provided that the following conditions are
8 1.1 dholland * met:
9 1.1 dholland *
10 1.1 dholland * + Redistributions of source code must retain the above copyright
11 1.1 dholland * notice, this list of conditions and the following disclaimer.
12 1.1 dholland * + Redistributions in binary form must reproduce the above copyright
13 1.1 dholland * notice, this list of conditions and the following disclaimer in the
14 1.1 dholland * documentation and/or other materials provided with the distribution.
15 1.1 dholland * + Neither the name of the University of California, San Francisco nor
16 1.1 dholland * the names of its contributors may be used to endorse or promote
17 1.1 dholland * products derived from this software without specific prior written
18 1.1 dholland * permission.
19 1.1 dholland *
20 1.1 dholland * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
21 1.1 dholland * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 1.1 dholland * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
23 1.1 dholland * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 1.1 dholland * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 1.1 dholland * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26 1.1 dholland * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 1.1 dholland * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 1.1 dholland * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 1.1 dholland * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 1.1 dholland * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 1.1 dholland */
32 1.1 dholland
33 1.1 dholland #define PATH_HUNTD "/usr/games/huntd"
34 1.1 dholland #define PATH_HUNTSOCKET "/tmp/hunt"
35 1.1 dholland #define PATH_STATSOCKET "/tmp/hunt.stats"
36