pathnames.h revision 1.2 1 1.2 rillig /* $NetBSD: pathnames.h,v 1.2 2021/05/02 12:50:45 rillig 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.2 rillig *
6 1.2 rillig * Redistribution and use in source and binary forms, with or without
7 1.2 rillig * modification, are permitted provided that the following conditions are
8 1.1 dholland * met:
9 1.2 rillig *
10 1.2 rillig * + Redistributions of source code must retain the above copyright
11 1.1 dholland * notice, this list of conditions and the following disclaimer.
12 1.2 rillig * + Redistributions in binary form must reproduce the above copyright
13 1.2 rillig * 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.2 rillig * + Neither the name of the University of California, San Francisco nor
16 1.2 rillig * the names of its contributors may be used to endorse or promote
17 1.2 rillig * products derived from this software without specific prior written
18 1.1 dholland * permission.
19 1.2 rillig *
20 1.2 rillig * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
21 1.2 rillig * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 1.2 rillig * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
23 1.2 rillig * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 1.2 rillig * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 1.2 rillig * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26 1.2 rillig * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 1.2 rillig * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 1.2 rillig * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 1.2 rillig * (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