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