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/unix/Modules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdep/unix/Modules') diff --git a/sysdep/unix/Modules b/sysdep/unix/Modules index 2969ee4..e2ff0f8 100644 --- a/sysdep/unix/Modules +++ b/sysdep/unix/Modules @@ -3,6 +3,8 @@ main.c timer.h io.c unix.h + +#ifndef CONFIG_NETLINK sync-if.c sync-rt.c krt.Y @@ -12,3 +14,4 @@ krt-set.h krt-set.Y krt-iface.h krt-iface.Y +#endif -- cgit v1.2.3