diff options
author | Martin Mares <mj@ucw.cz> | 1999-01-23 21:08:59 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-01-23 21:08:59 +0000 |
commit | 294c182eb1dd02d0ae8658acb4a21db5d2977f3c (patch) | |
tree | 5575654871c6efe661665639eca443bc51a41e93 /lib/ipv6.c | |
parent | 2c2f67bd83c267c1dbee68c6ed7d67f9be77e566 (diff) |
Replaced the old ugly ipv6 compilation hack by a conditional in Modules.
Diffstat (limited to 'lib/ipv6.c')
-rw-r--r-- | lib/ipv6.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,11 +6,7 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#ifdef IPV6 - #include "nest/bird.h" #include "lib/ip.h" #error "Ought to implement these." - -#endif |