dougm       02/03/01 10:44:36

  Modified:    lib/Apache ParseSource.pm
  Log:
  skip header files that #include apr_optional.h
  
  Revision  Changes    Path
  1.36      +2 -1      modperl-2.0/lib/Apache/ParseSource.pm
  
  Index: ParseSource.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- ParseSource.pm    21 Feb 2002 01:50:41 -0000      1.35
  +++ ParseSource.pm    1 Mar 2002 18:44:36 -0000       1.36
  @@ -105,7 +105,8 @@
       my @includes;
       my $unwanted = join '|', qw(ap_listen internal version
                                   apr_optional mod_include mod_cgi mod_proxy
  -                                mod_ssl ssl_ apr_anylock apr_rmm);
  +                                mod_ssl ssl_ apr_anylock apr_rmm
  +                                ap_config mod_log_config);
   
       for my $dir (@dirs) {
           File::Find::finddepth({
  
  
  


Reply via email to