summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-03 00:21:45 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-03 00:21:45 +0000
commitb520e083e0507f15e05230733a760e52dcd9f133 (patch)
treea60784dceb176b5b85286bd764ba39ebb985a59a /Config.h
parent25b669c144949816d3c9726c79dbd6e93d53ee8b (diff)
downloadbusybox-w32-b520e083e0507f15e05230733a760e52dcd9f133.tar.gz
busybox-w32-b520e083e0507f15e05230733a760e52dcd9f133.tar.bz2
busybox-w32-b520e083e0507f15e05230733a760e52dcd9f133.zip
Add a spiffy progress meter.
-Erik
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.