diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-10-03 00:21:45 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-10-03 00:21:45 +0000 |
commit | e34c67cbb351505c20a6fb3c9c157539be827ccc (patch) | |
tree | a60784dceb176b5b85286bd764ba39ebb985a59a /Config.h | |
parent | 96556303b85181257758e18b057ec27f2399be00 (diff) | |
download | busybox-w32-e34c67cbb351505c20a6fb3c9c157539be827ccc.tar.gz busybox-w32-e34c67cbb351505c20a6fb3c9c157539be827ccc.tar.bz2 busybox-w32-e34c67cbb351505c20a6fb3c9c157539be827ccc.zip |
Add a spiffy progress meter.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1144 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -263,6 +263,9 @@ | |||
263 | // compiled into the binary. (needs /proc filesystem) | 263 | // compiled into the binary. (needs /proc filesystem) |
264 | // #define BB_FEATURE_INSTALLER | 264 | // #define BB_FEATURE_INSTALLER |
265 | // | 265 | // |
266 | // Enable a nifty progress meter in wget (adds just under 2k) | ||
267 | //#define BB_FEATURE_STATUSBAR | ||
268 | // | ||
266 | // Clean up all memory before exiting -- usually not needed | 269 | // Clean up all memory before exiting -- usually not needed |
267 | // as the OS can clean up... Don't enable this unless you | 270 | // as the OS can clean up... Don't enable this unless you |
268 | // have a really good reason for cleaning things up manually. | 271 | // have a really good reason for cleaning things up manually. |