diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-07 03:52:38 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-07 03:52:38 +0000 |
commit | e45acc35483ff7584e7072ed6fce2d1076c87777 (patch) | |
tree | 9a5c0ca1d70fdc842b949e3c59a2c59f5f889711 /Config.h | |
parent | 43ee50fbeaed8c5c07474c1665a47791b42663f4 (diff) | |
download | busybox-w32-e45acc35483ff7584e7072ed6fce2d1076c87777.tar.gz busybox-w32-e45acc35483ff7584e7072ed6fce2d1076c87777.tar.bz2 busybox-w32-e45acc35483ff7584e7072ed6fce2d1076c87777.zip |
Reworked find with David Douthitt to support -type, -perm, -mtime, and
other improvements.
git-svn-id: svn://busybox.net/trunk/busybox@1756 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | // |