find: a lot more compliant to 'standard' find

(we were not respecting order of actions!).
Add -o and -a handling.
This commit is contained in:
Denis Vlasenko
2006-10-29 19:07:01 +00:00
parent e2fb719ba3
commit 5d499e1600
3 changed files with 270 additions and 176 deletions

View File

@@ -391,7 +391,7 @@ static void parse_conf(const char *path, int flag)
FILE *f;
#if ENABLE_FEATURE_HTTPD_BASIC_AUTH
Htaccess *prev, *cur;
#elif CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
#elif ENABLE_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
Htaccess *cur;
#endif