1998-04-22 20:58:34 +08:00
|
|
|
/*
|
|
|
|
* Configuration for Linux 2.0 based systems
|
|
|
|
*
|
1999-03-28 06:51:05 +08:00
|
|
|
* (c) 1998--1999 Martin Mares <mj@ucw.cz>
|
1998-04-22 20:58:34 +08:00
|
|
|
*
|
|
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
|
|
*/
|
|
|
|
|
1998-05-27 05:44:54 +08:00
|
|
|
#undef CONFIG_AUTO_ROUTES
|
1999-04-03 21:00:52 +08:00
|
|
|
#undef CONFIG_SELF_CONSCIOUS
|
1999-05-21 22:29:44 +08:00
|
|
|
#undef CONFIG_MULTIPLE_TABLES
|
1998-05-15 15:56:13 +08:00
|
|
|
|
1999-03-04 03:49:56 +08:00
|
|
|
#define CONFIG_UNIX_IFACE
|
|
|
|
#define CONFIG_UNIX_SET
|
2004-06-01 18:32:02 +08:00
|
|
|
#define CONFIG_UNIX_DONTROUTE
|
2004-06-03 16:18:14 +08:00
|
|
|
#undef CONFIG_SKIP_MC_BIND
|
1999-03-04 03:49:56 +08:00
|
|
|
#define CONFIG_LINUX_SCAN
|
|
|
|
|
1999-12-16 21:06:13 +08:00
|
|
|
#define CONFIG_LINUX_MC_MREQ_BIND
|
|
|
|
#define CONFIG_ALL_MULTICAST
|
|
|
|
#define CONFIG_UNNUM_MULTICAST
|
|
|
|
|
1998-05-15 15:56:13 +08:00
|
|
|
/*
|
|
|
|
Link: sysdep/linux
|
1999-01-10 08:18:32 +08:00
|
|
|
Link: sysdep/unix
|
1998-05-15 15:56:13 +08:00
|
|
|
*/
|