diff options
author | Rob Landley <rob@landley.net> | 2006-05-28 01:06:36 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-28 01:06:36 +0000 |
commit | 3f78561d63290c53ca8bb3cd6314ca7357a617ee (patch) | |
tree | 03b3973eeaee9635c77c21028133374d66f2aa18 /networking/udhcp/dhcpd.h | |
parent | 8fba99f35e46d234b47d652225bb80846cae369c (diff) | |
download | busybox-w32-3f78561d63290c53ca8bb3cd6314ca7357a617ee.tar.gz busybox-w32-3f78561d63290c53ca8bb3cd6314ca7357a617ee.tar.bz2 busybox-w32-3f78561d63290c53ca8bb3cd6314ca7357a617ee.zip |
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...
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r-- | networking/udhcp/dhcpd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index a060002cd..37ebbe326 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h | |||
@@ -7,7 +7,6 @@ | |||
7 | 7 | ||
8 | #include "libbb_udhcp.h" | 8 | #include "libbb_udhcp.h" |
9 | #include "leases.h" | 9 | #include "leases.h" |
10 | #include "version.h" | ||
11 | 10 | ||
12 | /************************************/ | 11 | /************************************/ |
13 | /* Defaults _you_ may want to tweak */ | 12 | /* Defaults _you_ may want to tweak */ |