File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mrouted / pathnames.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:10:48 2012 UTC (12 years, 2 months ago) by misho
Branches: mrouted, MAIN
CVS tags: v3_9_6p0, v3_9_6, v3_9_5, HEAD
mrouted

/*
 * 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.
 */
#ifndef __MROUTED_PATHNAMES_H__
#define __MROUTED_PATHNAMES_H__

#define _PATH_MROUTED_CONF	"/etc/mrouted.conf"
#define _PATH_MROUTED_RUNDIR    _PATH_VARRUN "mrouted"
#define _PATH_MROUTED_GENID	_PATH_MROUTED_RUNDIR "/mrouted.genid"
#define _PATH_MROUTED_DUMP	_PATH_MROUTED_RUNDIR "/mrouted.dump"
#define _PATH_MROUTED_CACHE	_PATH_MROUTED_RUNDIR "/mrouted.cache"

#endif /* __MROUTED_PATHNAMES_H__ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>