Merge branch 'vendor/LIBPCAP' (early part)
[dragonfly.git] / contrib / bind-9.3 / lib / bind / irs / pathnames.h
1 /*
2  * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3  * Copyright (c) 1996,1999 by Internet Software Consortium.
4  *
5  * Permission to use, copy, modify, and distribute this software for any
6  * purpose with or without fee is hereby granted, provided that the above
7  * copyright notice and this permission notice appear in all copies.
8  *
9  * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
10  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11  * MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
12  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
15  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16  */
17
18 /*
19  * $Id: pathnames.h,v 1.1.206.1 2004/03/09 08:33:39 marka Exp $
20  */
21
22 #ifndef _PATH_IRS_CONF
23 #define _PATH_IRS_CONF "/etc/irs.conf"
24 #endif
25
26 #ifndef _PATH_NETWORKS 
27 #define _PATH_NETWORKS  "/etc/networks"
28 #endif
29
30 #ifndef _PATH_GROUP
31 #define _PATH_GROUP "/etc/group"
32 #endif
33
34 #ifndef _PATH_NETGROUP
35 #define _PATH_NETGROUP "/etc/netgroup"
36 #endif
37
38 #ifndef _PATH_SERVICES 
39 #define _PATH_SERVICES "/etc/services"
40 #endif
41
42 #ifdef IRS_LCL_SV_DB
43 #ifndef _PATH_SERVICES_DB
44 #define _PATH_SERVICES_DB _PATH_SERVICES ".db"
45 #endif
46 #endif
47
48 #ifndef _PATH_HESIOD_CONF
49 #define _PATH_HESIOD_CONF "/etc/hesiod.conf"
50 #endif