Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / mrouted / pathnames.h
1 /*
2  * The mrouted program is covered by the license in the accompanying file
3  * named "LICENSE".  Use of the mrouted program represents acceptance of
4  * the terms and conditions listed in that file.
5  *
6  * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
7  * Leland Stanford Junior University.
8  *
9  *
10  * $FreeBSD: src/usr.sbin/mrouted/pathnames.h,v 1.7 1999/08/28 01:17:07 peter Exp $
11  * pathnames.h,v 3.8 1995/11/29 22:36:57 fenner Rel
12  */
13
14 #define _PATH_MROUTED_CONF      "/etc/mrouted.conf"
15
16 #if (defined(BSD) && (BSD >= 199103))
17 #define _PATH_MROUTED_PID       "/var/run/mrouted.pid"
18 #define _PATH_MROUTED_GENID     "/var/run/mrouted.genid"
19 #define _PATH_MROUTED_DUMP      "/var/tmp/mrouted.dump"
20 #define _PATH_MROUTED_CACHE     "/var/tmp/mrouted.cache"
21 #else
22 #define _PATH_MROUTED_PID       "/etc/mrouted.pid"
23 #define _PATH_MROUTED_GENID     "/etc/mrouted.genid"
24 #define _PATH_MROUTED_DUMP      "/usr/tmp/mrouted.dump"
25 #define _PATH_MROUTED_CACHE     "/usr/tmp/mrouted.cache"
26 #endif