diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-04 15:15:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-04 15:15:55 +0000 |
commit | 9670083818467b01349e1df4ce97abc3c25b5a43 (patch) | |
tree | eb2132593d8284699863129f0cc5c4e22a618565 /busybox.def.h | |
parent | b92223b6f5848b2cdb41c3a6b9261b47826a5816 (diff) | |
download | busybox-w32-9670083818467b01349e1df4ce97abc3c25b5a43.tar.gz busybox-w32-9670083818467b01349e1df4ce97abc3c25b5a43.tar.bz2 busybox-w32-9670083818467b01349e1df4ce97abc3c25b5a43.zip |
Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.
Very cool. Still lacks "chunked" transfer-coding, so not totally RFC
compliant for HTTP1.1, but very nice nonethe less, and very small.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 7c5e0c0d0..3ad118dd6 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -100,6 +100,7 @@ | |||
100 | #define BB_UPTIME | 100 | #define BB_UPTIME |
101 | #define BB_USLEEP | 101 | #define BB_USLEEP |
102 | #define BB_WC | 102 | #define BB_WC |
103 | #define BB_WGET | ||
103 | #define BB_WHICH | 104 | #define BB_WHICH |
104 | #define BB_WHOAMI | 105 | #define BB_WHOAMI |
105 | #define BB_UUENCODE | 106 | #define BB_UUENCODE |