diff options
author | Matt Kraai | 2001-02-07 03:52:38 +0000 |
---|---|---|
committer | Matt Kraai | 2001-02-07 03:52:38 +0000 |
commit | 096370d349fb6be0f5754a9f1d1ca2910d33d78c (patch) | |
tree | 9a5c0ca1d70fdc842b949e3c59a2c59f5f889711 /Config.h | |
parent | a164c647acc613fe199a646dc5075c097f51a4a4 (diff) | |
download | busybox-096370d349fb6be0f5754a9f1d1ca2910d33d78c.zip busybox-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.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 // // |