NetBSD/usr.sbin/mrouted/pathnames.h

23 lines
791 B
C
Raw Normal View History

1999-06-06 07:27:35 +04:00
/* $NetBSD: pathnames.h,v 1.5 1999/06/06 03:27:35 thorpej Exp $ */
1995-10-09 06:51:32 +03:00
/*
* 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.
*/
#define _PATH_MROUTED_CONF "/etc/mrouted.conf"
1995-06-01 06:25:45 +04:00
1995-12-10 13:06:55 +03:00
#if (defined(BSD) && (BSD >= 199103))
1995-06-01 06:25:45 +04:00
#define _PATH_MROUTED_GENID "/var/run/mrouted.genid"
#define _PATH_MROUTED_DUMP "/var/tmp/mrouted.dump"
1995-06-01 06:25:45 +04:00
#define _PATH_MROUTED_CACHE "/var/tmp/mrouted.cache"
1995-12-10 13:06:55 +03:00
#else
#define _PATH_MROUTED_GENID "/etc/mrouted.genid"
#define _PATH_MROUTED_DUMP "/usr/tmp/mrouted.dump"
#define _PATH_MROUTED_CACHE "/usr/tmp/mrouted.cache"
#endif