16 lines
526 B
C
16 lines
526 B
C
|
/*
|
||
|
* 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.
|
||
|
*
|
||
|
*
|
||
|
* $Id: pathnames.h,v 1.1 1994/01/11 20:16:00 brezak Exp $
|
||
|
*/
|
||
|
|
||
|
#define _PATH_MROUTED_CONF "/etc/mrouted.conf"
|
||
|
#define _PATH_MROUTED_PID "/var/run/mrouted.pid"
|
||
|
#define _PATH_MROUTED_DUMP "/var/tmp/mrouted.dump"
|