From 025d14cd5a0909b534762e5a50bfef97c2b4c9ee Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 1 Mar 1999 19:05:58 +0000 Subject: Use traditional Unix route/iface interface only when CONFIG_NETLINK is not defined. Also moved declarations of Unix iface logic to krt.h. --- sysdep/linux/Modules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdep/linux/Modules') diff --git a/sysdep/linux/Modules b/sysdep/linux/Modules index 6244479..6af7055 100644 --- a/sysdep/linux/Modules +++ b/sysdep/linux/Modules @@ -1,3 +1,7 @@ +#ifdef CONFIG_NETLINK +netlink.c +#else krt-scan.c krt-scan.h krt-scan.Y +#endif -- cgit v1.2.3