Annotation of embedaddon/bird2/sysdep/cf/linux.h, revision 1.1.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: #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>