diff options
author | Matt Kraai <kraai@debian.org> | 2001-02-07 03:52:38 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-02-07 03:52:38 +0000 |
commit | 096370d349fb6be0f5754a9f1d1ca2910d33d78c (patch) | |
tree | 9a5c0ca1d70fdc842b949e3c59a2c59f5f889711 /Config.h | |
parent | a164c647acc613fe199a646dc5075c097f51a4a4 (diff) | |
download | busybox-w32-096370d349fb6be0f5754a9f1d1ca2910d33d78c.tar.gz busybox-w32-096370d349fb6be0f5754a9f1d1ca2910d33d78c.tar.bz2 busybox-w32-096370d349fb6be0f5754a9f1d1ca2910d33d78c.zip |
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 @@ | |||
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 | // |