aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-02-07 03:52:38 +0000
committerMatt Kraai <kraai@debian.org>2001-02-07 03:52:38 +0000
commit096370d349fb6be0f5754a9f1d1ca2910d33d78c (patch)
tree9a5c0ca1d70fdc842b949e3c59a2c59f5f889711 /Config.h
parenta164c647acc613fe199a646dc5075c097f51a4a4 (diff)
downloadbusybox-096370d349fb6be0f5754a9f1d1ca2910d33d78c.tar.gz
Reworked find with David Douthitt to support -type, -perm, -mtime, and
other improvements.
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 @@
// Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)
#define BB_FEATURE_HUMAN_READABLE
//
+// Support for the find -type option.
+#define BB_FEATURE_FIND_TYPE
+//
+// Support for the find -perm option.
+#define BB_FEATURE_FIND_PERM
+//
+// Support for the find -mtine option.
+#define BB_FEATURE_FIND_MTIME
+//
// End of Features List
//
//