Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / mrouted / pathnames.h
blob74c49faebee588ceae2e7991d2ebdb0febe61765
1 /* $NetBSD: pathnames.h,v 1.1 2002/10/01 03:31:09 itojun Exp $ */
3 /*
4 * The mrouted program is covered by the license in the accompanying file
5 * named "LICENSE". Use of the mrouted program represents acceptance of
6 * the terms and conditions listed in that file.
8 * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
9 * Leland Stanford Junior University.
12 #define _PATH_MROUTED_CONF "/etc/mrouted.conf"
14 #if (defined(BSD) && (BSD >= 199103))
15 #define _PATH_MROUTED_GENID "/var/run/mrouted.genid"
16 #define _PATH_MROUTED_DUMP "/var/tmp/mrouted.dump"
17 #define _PATH_MROUTED_CACHE "/var/tmp/mrouted.cache"
18 #else
19 #define _PATH_MROUTED_GENID "/etc/mrouted.genid"
20 #define _PATH_MROUTED_DUMP "/usr/tmp/mrouted.dump"
21 #define _PATH_MROUTED_CACHE "/usr/tmp/mrouted.cache"
22 #endif