diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-28 01:06:36 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-28 01:06:36 +0000 |
commit | 312b3a6904f4c7dfc72c81b0d728839c6901a874 (patch) | |
tree | 03b3973eeaee9635c77c21028133374d66f2aa18 /networking/udhcp/version.h | |
parent | 951e72904174c875fc9ca7cef63ecb787ada7798 (diff) | |
download | busybox-w32-312b3a6904f4c7dfc72c81b0d728839c6901a874.tar.gz busybox-w32-312b3a6904f4c7dfc72c81b0d728839c6901a874.tar.bz2 busybox-w32-312b3a6904f4c7dfc72c81b0d728839c6901a874.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...
git-svn-id: svn://busybox.net/trunk/busybox@15205 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | networking/udhcp/version.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/udhcp/version.h b/networking/udhcp/version.h deleted file mode 100644 index 3862539f5..000000000 --- a/networking/udhcp/version.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef _UDHCP_VERSION_H | ||
2 | #define _UDHCP_VERSION_H | ||
3 | |||
4 | #define VERSION "0.9.9-pre" | ||
5 | |||
6 | #endif | ||