File: pathnames.h

package info (click to toggle)
mrouted 3.9-beta3-1.1
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 496 kB
  • ctags: 867
  • sloc: ansic: 8,607; yacc: 727; makefile: 102; sh: 25
file content (25 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * The mrouted program is covered by the license in the accompanying file
 * named "LICENSE".  Use of the mrouted program represents acceptance of
 * the terms and conditions listed in that file.
 *
 * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
 * Leland Stanford Junior University.
 *
 *
 * pathnames.h,v 3.8 1995/11/29 22:36:57 fenner Rel
 */

#define _PATH_MROUTED_CONF	"/etc/mrouted.conf"

/*#if (defined(BSD) && (BSD >= 199103))*/
#define _PATH_MROUTED_PID	"/var/run/mrouted.pid"
#define _PATH_MROUTED_GENID	"/var/run/mrouted.genid"
#define _PATH_MROUTED_DUMP	"/var/tmp/mrouted.dump"
#define _PATH_MROUTED_CACHE	"/var/tmp/mrouted.cache"
/*#else
#define _PATH_MROUTED_PID	"/etc/mrouted.pid"
#define _PATH_MROUTED_GENID	"/etc/mrouted.genid"
#define _PATH_MROUTED_DUMP	"/usr/tmp/mrouted.dump"
#define _PATH_MROUTED_CACHE	"/usr/tmp/mrouted.cache"
#endif*/