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