diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | // |