]> git.ipfire.org Git - thirdparty/bird.git/commit - configure.in
Put client on a stony ground. The whole client is going to be system-specific
authorMartin Mares <mj@ucw.cz>
Wed, 19 Jan 2000 15:07:00 +0000 (15:07 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 19 Jan 2000 15:07:00 +0000 (15:07 +0000)
commit9fac310d1a4e46f4bcc70177e59cbf93763ef479
tree7ad25775400768f05abbd8f004fb0ca80a5f60fe
parentf50b9e48b93e3f69423a0e6e5fef273ba2022958
Put client on a stony ground. The whole client is going to be system-specific
(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.
client/Makefile
client/client.c
client/client.h
client/commands.c [new file with mode: 0644]
client/util.c [new file with mode: 0644]
configure.in
sysdep/unix/Modules
sysdep/unix/client-main.c [deleted file]
tools/Makefile.in