mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Replaced the old ugly ipv6 compilation hack by a conditional in Modules.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user