From b26bfa434d6b84346c291ef3e3a3162546ad053c Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Tue, 24 Apr 2012 22:28:57 +0200 Subject: [PATCH 04/28] ignore some new stuff from httpd 2.4 and trunk, and newer aprs these confuse "make source_scan" --- lib/Apache2/ParseSource.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/Apache2/ParseSource.pm b/lib/Apache2/ParseSource.pm index 8027548..f35c2a8 100644 --- a/lib/Apache2/ParseSource.pm +++ b/lib/Apache2/ParseSource.pm @@ -139,7 +139,8 @@ sub find_includes { apr_optional mod_include mod_cgi mod_proxy mod_ssl ssl_ apr_anylock apr_rmm ap_config mod_log_config - mod_perl modperl_ apreq); + mod_perl modperl_ apreq mod_cache + mod_serf mod_dav); $unwanted = qr|^$unwanted|; my $wanted = ''; @@ -280,6 +281,9 @@ my %enums_wanted = ( my $defines_unwanted = join '|', qw{ HTTP_VERSION APR_EOL_STR APLOG_MARK APLOG_NOERRNO APR_SO_TIMEOUT +APR_HOOK_PROBES_ENABLED APR_HOOK_INT_DCL_UD +APLOG_MAX_LOGLEVEL +APR_BEGIN_DECLS APR_END_DECLS }; sub get_constants { -- 1.7.11.4