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
diff --git a/Config.h b/Config.h
index a2a2366..cfdb52f 100644
--- a/Config.h
+++ b/Config.h
@@ -290,6 +290,9 @@
 // have a really good reason for cleaning things up manually.
 //#define BB_FEATURE_CLEAN_UP
 //
+// Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)
+#define BB_FEATURE_HUMAN_READABLE
+//
 // End of Features List
 //
 //