dougm       2002/08/26 21:21:53

  Modified:    lib/ModPerl Code.pm
  Log:
  build modperl_module.o and add MP_TRACE_c
  
  Revision  Changes    Path
  1.86      +2 -1      modperl-2.0/lib/ModPerl/Code.pm
  
  Index: Code.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Code.pm,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- Code.pm   24 Aug 2002 17:15:37 -0000      1.85
  +++ Code.pm   27 Aug 2002 04:21:53 -0000      1.86
  @@ -419,6 +419,7 @@
   
   my %trace = (
   #    'a' => 'all',
  +    'c' => 'configuration for directive handlers',
       'd' => 'directive processing',
       's' => 'perl sections',
       'h' => 'handlers',
  @@ -568,7 +569,7 @@
   
   my @c_src_names = qw(interp tipool log config cmd options callback handler
                        gtop util io filter bucket mgv pcw global env cgi
  -                     perl perl_global perl_pp sys);
  +                     perl perl_global perl_pp sys module);
   my @g_c_names = map { "modperl_$_" } qw(hooks directives flags xsinit);
   my @c_names   = ('mod_perl', (map "modperl_$_", @c_src_names));
   sub c_files { [map { "$_.c" } @c_names, @g_c_names] }
  
  
  


Reply via email to