summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/Modules
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-03-01 20:05:58 +0100
committerMartin Mares <mj@ucw.cz>1999-03-01 20:05:58 +0100
commit025d14cd5a0909b534762e5a50bfef97c2b4c9ee (patch)
treea6aa8a4dd6d28364ba4e549bcd9aedbb7095178d /sysdep/unix/Modules
parent12be9b8c1870ab8813d29350a2e2743f8e144642 (diff)
downloadbird-025d14cd5a0909b534762e5a50bfef97c2b4c9ee.tar
bird-025d14cd5a0909b534762e5a50bfef97c2b4c9ee.zip
Use traditional Unix route/iface interface only when CONFIG_NETLINK
is not defined. Also moved declarations of Unix iface logic to krt.h.
Diffstat (limited to 'sysdep/unix/Modules')
-rw-r--r--sysdep/unix/Modules3
1 files changed, 3 insertions, 0 deletions
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