diff options
author | Eric Andersen | 2000-10-03 00:21:45 +0000 |
---|---|---|
committer | Eric Andersen | 2000-10-03 00:21:45 +0000 |
commit | b520e083e0507f15e05230733a760e52dcd9f133 (patch) | |
tree | a60784dceb176b5b85286bd764ba39ebb985a59a /Config.h | |
parent | 25b669c144949816d3c9726c79dbd6e93d53ee8b (diff) | |
download | busybox-b520e083e0507f15e05230733a760e52dcd9f133.zip busybox-b520e083e0507f15e05230733a760e52dcd9f133.tar.gz |
Add a spiffy progress meter.
-Erik
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -263,6 +263,9 @@ // compiled into the binary. (needs /proc filesystem) // #define BB_FEATURE_INSTALLER // +// Enable a nifty progress meter in wget (adds just under 2k) +//#define BB_FEATURE_STATUSBAR +// // Clean up all memory before exiting -- usually not needed // as the OS can clean up... Don't enable this unless you // have a really good reason for cleaning things up manually. |