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