Annotation of embedaddon/mrouted/pathnames.h, revision 1.1

1.1     ! misho       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: #ifndef __MROUTED_PATHNAMES_H__
        !            10: #define __MROUTED_PATHNAMES_H__
        !            11: 
        !            12: #define _PATH_MROUTED_CONF     "/etc/mrouted.conf"
        !            13: #define _PATH_MROUTED_RUNDIR    _PATH_VARRUN "mrouted"
        !            14: #define _PATH_MROUTED_GENID    _PATH_MROUTED_RUNDIR "/mrouted.genid"
        !            15: #define _PATH_MROUTED_DUMP     _PATH_MROUTED_RUNDIR "/mrouted.dump"
        !            16: #define _PATH_MROUTED_CACHE    _PATH_MROUTED_RUNDIR "/mrouted.cache"
        !            17: 
        !            18: #endif /* __MROUTED_PATHNAMES_H__ */

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