1 /* 2 * The mrouted program is covered by the license in the accompanying file 3 * named "LICENSE". Use of the mrouted program represents acceptance of 4 * the terms and conditions listed in that file. 5 * 6 * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of 7 * Leland Stanford Junior University. 8 * 9 * 10 * $Id: pathnames.h,v 1.2 1995/06/01 02:26:00 mycroft Exp $ 11 */ 12 13 #define _PATH_MROUTED_CONF "/etc/mrouted.conf" 14 15 #define _PATH_MROUTED_PID "/var/run/mrouted.pid" 16 #define _PATH_MROUTED_GENID "/var/run/mrouted.genid" 17 #define _PATH_MROUTED_DUMP "/var/tmp/mrouted.dump" 18 #define _PATH_MROUTED_CACHE "/var/tmp/mrouted.cache" 19