aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-10-03 00:21:45 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-10-03 00:21:45 +0000
commite34c67cbb351505c20a6fb3c9c157539be827ccc (patch)
treea60784dceb176b5b85286bd764ba39ebb985a59a /Config.h
parent96556303b85181257758e18b057ec27f2399be00 (diff)
downloadbusybox-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 32c354ce1..961497a77 100644
--- a/Config.h
+++ b/Config.h
@@ -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.