Annotation of embedaddon/bird/sysdep/cf/linux.h, revision 1.1

1.1     ! misho       1: /*
        !             2:  *     Configuration for Linux based systems
        !             3:  *
        !             4:  *     (c) 1998--1999 Martin Mares <mj@ucw.cz>
        !             5:  *
        !             6:  *     Can be freely distributed and used under the terms of the GNU GPL.
        !             7:  */
        !             8: 
        !             9: #define CONFIG_AUTO_ROUTES
        !            10: #define CONFIG_SELF_CONSCIOUS
        !            11: #define CONFIG_MULTIPLE_TABLES
        !            12: #define CONFIG_ALL_TABLES_AT_ONCE
        !            13: 
        !            14: #define CONFIG_MC_PROPER_SRC
        !            15: #define CONFIG_UNIX_DONTROUTE
        !            16: 
        !            17: #define CONFIG_RESTRICTED_PRIVILEGES
        !            18: 
        !            19: /*
        !            20: Link: sysdep/linux
        !            21: Link: sysdep/unix
        !            22:  */

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