summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorRichard June <rjune@bravegnuworld.com>2001-01-22 22:35:38 +0000
committerRichard June <rjune@bravegnuworld.com>2001-01-22 22:35:38 +0000
commit6d0921cc0bb01b1d090285c487f8c1120dfa5d3a (patch)
tree97ed53aec9cbe3a3021804e9758abb3e04f05879 /Config.h
parent3b3f5c364a486dc2c081f0684a4315740f349be1 (diff)
downloadbusybox-w32-6d0921cc0bb01b1d090285c487f8c1120dfa5d3a.tar.gz
busybox-w32-6d0921cc0bb01b1d090285c487f8c1120dfa5d3a.tar.bz2
busybox-w32-6d0921cc0bb01b1d090285c487f8c1120dfa5d3a.zip
Add HUMAN_READABLE define for -m and -h support in du, df, and ls
Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084
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 a2a2366a3..cfdb52f31 100644
--- a/Config.h
+++ b/Config.h
@@ -290,6 +290,9 @@
290// have a really good reason for cleaning things up manually. 290// have a really good reason for cleaning things up manually.
291//#define BB_FEATURE_CLEAN_UP 291//#define BB_FEATURE_CLEAN_UP
292// 292//
293// Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)
294#define BB_FEATURE_HUMAN_READABLE
295//
293// End of Features List 296// End of Features List
294// 297//
295// 298//