mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-10 05:08:42 +00:00
9fac310d1a
(the current version UNIX-specific) anyway, so it's useless to try splitting it to sysdep and generic part. Instead of this, configure script decides (based on system type and user's wish) what (if any) client should be built and what autoconfiguration it requires. Also, the client provides its own die/bug/... functions.
22 lines
178 B
Plaintext
22 lines
178 B
Plaintext
log.c
|
|
main.c
|
|
timer.h
|
|
io.c
|
|
unix.h
|
|
endian.h
|
|
config.Y
|
|
|
|
krt.c
|
|
krt.h
|
|
krt.Y
|
|
|
|
#ifdef CONFIG_UNIX_IFACE
|
|
krt-iface.c
|
|
krt-iface.h
|
|
#endif
|
|
|
|
#ifdef CONFIG_UNIX_SET
|
|
krt-set.c
|
|
krt-set.h
|
|
#endif
|