From 294c182eb1dd02d0ae8658acb4a21db5d2977f3c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 23 Jan 1999 21:08:59 +0000 Subject: Replaced the old ugly ipv6 compilation hack by a conditional in Modules. --- lib/Modules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/Modules') diff --git a/lib/Modules b/lib/Modules index ba743dae..b347aa21 100644 --- a/lib/Modules +++ b/lib/Modules @@ -2,10 +2,13 @@ birdlib.h bitops.c bitops.h ip.h -ipv4.c -ipv4.h +#ifdef CONFIG_IPV6 ipv6.c ipv6.h +#else +ipv4.c +ipv4.h +#endif lists.c lists.h md5.c -- cgit v1.2.3