1
0
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:
Martin Mares
1999-01-23 21:08:59 +00:00
parent 2c2f67bd83
commit 294c182eb1
3 changed files with 7 additions and 8 deletions

View File

@@ -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