aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index dd392a4b6..876013f97 100644
--- a/Config.h
+++ b/Config.h
@@ -309,6 +309,15 @@
309// Support for human readable output by ls, du, etc.(example 13k, 23M, 235G) 309// Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)
310#define BB_FEATURE_HUMAN_READABLE 310#define BB_FEATURE_HUMAN_READABLE
311// 311//
312// Support for the find -type option.
313#define BB_FEATURE_FIND_TYPE
314//
315// Support for the find -perm option.
316#define BB_FEATURE_FIND_PERM
317//
318// Support for the find -mtine option.
319#define BB_FEATURE_FIND_MTIME
320//
312// End of Features List 321// End of Features List
313// 322//
314// 323//