2012-05-04 14:38:25 +00:00
|
|
|
/*
|
|
|
|
* Configuration for Linux based systems
|
|
|
|
*
|
|
|
|
* (c) 1998--1999 Martin Mares <mj@ucw.cz>
|
|
|
|
*
|
|
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define CONFIG_AUTO_ROUTES
|
|
|
|
#define CONFIG_SELF_CONSCIOUS
|
|
|
|
#define CONFIG_MULTIPLE_TABLES
|
2018-02-13 15:27:57 +00:00
|
|
|
#define CONFIG_IP6_SADR_KERNEL
|
2012-05-04 14:38:25 +00:00
|
|
|
|
|
|
|
#define CONFIG_MC_PROPER_SRC
|
|
|
|
#define CONFIG_UNIX_DONTROUTE
|
|
|
|
|
2016-04-12 09:14:54 +00:00
|
|
|
#define CONFIG_INCLUDE_SYSIO_H "sysdep/linux/sysio.h"
|
|
|
|
#define CONFIG_INCLUDE_KRTSYS_H "sysdep/linux/krt-sys.h"
|
2022-12-16 18:20:05 +00:00
|
|
|
#define CONFIG_INCLUDE_NLSYS_H "sysdep/linux/netlink-sys.h"
|
2016-04-12 09:14:54 +00:00
|
|
|
|
2022-12-09 14:59:06 +00:00
|
|
|
#define CONFIG_LINUX_NETLINK
|
|
|
|
|
2012-05-04 14:38:25 +00:00
|
|
|
#define CONFIG_RESTRICTED_PRIVILEGES
|
2016-04-12 09:14:54 +00:00
|
|
|
#define CONFIG_INCLUDE_SYSPRIV_H "sysdep/linux/syspriv.h"
|
|
|
|
|
2022-11-01 17:40:56 +00:00
|
|
|
#define CONFIG_MADV_DONTNEED_TO_FREE
|
2023-01-17 16:13:50 +00:00
|
|
|
#define CONFIG_DISABLE_THP
|
2012-05-04 14:38:25 +00:00
|
|
|
|
2016-03-04 11:55:50 +00:00
|
|
|
#ifndef AF_MPLS
|
|
|
|
#define AF_MPLS 28
|
|
|
|
#endif
|
|
|
|
|
2012-05-04 14:38:25 +00:00
|
|
|
/*
|
|
|
|
Link: sysdep/linux
|
|
|
|
Link: sysdep/unix
|
|
|
|
*/
|