summaryrefslogtreecommitdiffstats
path: root/sysdep/cf/linux-21.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/cf/linux-21.h')
-rw-r--r--sysdep/cf/linux-21.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysdep/cf/linux-21.h b/sysdep/cf/linux-21.h
index 7aeaab0..f5efe4d 100644
--- a/sysdep/cf/linux-21.h
+++ b/sysdep/cf/linux-21.h
@@ -1,19 +1,20 @@
/*
- * Configuration for Linux 2.1 based systems
+ * Configuration for Linux 2.1/2.2 based systems without Netlink
*
* (c) 1998--1999 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
-#define CONFIG_TOS
-#define CONFIG_MULTIPATH
-#define CONFIG_NETLINK
+#undef CONFIG_TOS
#define CONFIG_AUTO_ROUTES
#define CONFIG_ALL_MULTICAST
+#define CONFIG_UNIX_IFACE
+#define CONFIG_UNIX_SET
+#define CONFIG_LINUX_SCAN
+
/*
-Link: sysdep/linux/netlink
Link: sysdep/linux
Link: sysdep/unix
*/