My first bout of untangling udhcp. Make lots of gratuitous #defines go
authorRob Landley <rob@landley.net>
Sun, 28 May 2006 01:06:36 +0000 (01:06 -0000)
committerRob Landley <rob@landley.net>
Sun, 28 May 2006 01:06:36 +0000 (01:06 -0000)
commit3f78561d63290c53ca8bb3cd6314ca7357a617ee
tree03b3973eeaee9635c77c21028133374d66f2aa18
parent8fba99f35e46d234b47d652225bb80846cae369c
My first bout of untangling udhcp.  Make lots of gratuitous #defines go
away, substitutie BB_VER for an external VERSION, use busybox CONFIG symbols
rather than checking for them then defining others, etc.  Lots more cleanup
to do...
17 files changed:
networking/udhcp/Makefile
networking/udhcp/clientpacket.c
networking/udhcp/common.c
networking/udhcp/common.h
networking/udhcp/dhcpc.c
networking/udhcp/dhcpd.c
networking/udhcp/dhcpd.h
networking/udhcp/files.c
networking/udhcp/libbb_udhcp.h
networking/udhcp/packet.c
networking/udhcp/packet.h
networking/udhcp/script.c
networking/udhcp/script.h [deleted file]
networking/udhcp/serverpacket.c
networking/udhcp/static_leases.c
networking/udhcp/static_leases.h
networking/udhcp/version.h [deleted file]