File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird2 / sysdep / cf / linux.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 21 16:03:56 2019 UTC (5 years, 5 months ago) by misho
Branches: bird2, MAIN
CVS tags: v2_0_7p0, HEAD
bird2 ver 2.0.7

    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: #define CONFIG_IP6_SADR_KERNEL
   14: 
   15: #define CONFIG_MC_PROPER_SRC
   16: #define CONFIG_UNIX_DONTROUTE
   17: 
   18: #define CONFIG_INCLUDE_SYSIO_H "sysdep/linux/sysio.h"
   19: #define CONFIG_INCLUDE_KRTSYS_H "sysdep/linux/krt-sys.h"
   20: 
   21: #define CONFIG_RESTRICTED_PRIVILEGES
   22: #define CONFIG_INCLUDE_SYSPRIV_H "sysdep/linux/syspriv.h"
   23: 
   24: 
   25: #ifndef AF_MPLS
   26: #define AF_MPLS 28
   27: #endif
   28: 
   29: /*
   30: Link: sysdep/linux
   31: Link: sysdep/unix
   32:  */

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