geoff       2004/02/27 10:18:11

  Modified:    lib/Apache ParseSource.pm
  Log:
  add apr_filetype_e and AP_MPMQ constants
  remove APR_SO_TIMEOUT
  
  Revision  Changes    Path
  1.46      +3 -2      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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- ParseSource.pm    26 Feb 2004 23:28:10 -0000      1.45
  +++ ParseSource.pm    27 Feb 2004 18:18:11 -0000      1.46
  @@ -161,6 +161,7 @@
           override   => [qw{OR_ ACCESS_CONF RSRC_CONF}],
           log        => [qw(APLOG_)],
           platform   => [qw{CRLF CR LF}],
  +        mpmq      => [qw{AP_MPMQ_}],
       },
       APR => {
           table     => [qw{APR_OVERLAP_TABLES_}],
  @@ -189,11 +190,11 @@
   
   my %enums_wanted = (
       Apache => { map { $_, 1 } qw(cmd_how input_mode filter_type conn_keepalive) },
  -    APR => { map { $_, 1 } qw(apr_shutdown_how apr_read_type apr_lockmech) },
  +    APR => { map { $_, 1 } qw(apr_shutdown_how apr_read_type apr_lockmech 
apr_filetype) },
   );
   
   my $defines_unwanted = join '|', qw{
  -HTTP_VERSION APR_EOL_STR APLOG_MARK APLOG_NOERRNO
  +HTTP_VERSION APR_EOL_STR APLOG_MARK APLOG_NOERRNO APR_SO_TIMEOUT
   };
   
   sub get_constants {
  
  
  

Reply via email to