dougm       02/04/09 10:00:14

  Modified:    src/modules/perl modperl_apache_includes.h
               xs/maps  apr_functions.map apr_types.map
  Log:
  apr_lock.h is gone; disable APR::Lock for the moment
  
  Revision  Changes    Path
  1.10      +0 -1      modperl-2.0/src/modules/perl/modperl_apache_includes.h
  
  Index: modperl_apache_includes.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_apache_includes.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- modperl_apache_includes.h 29 Jan 2002 05:32:39 -0000      1.9
  +++ modperl_apache_includes.h 9 Apr 2002 17:00:14 -0000       1.10
  @@ -43,7 +43,6 @@
   #include "http_core.h"
   #include "ap_mpm.h"
   
  -#include "apr_lock.h"
   #include "apr_strings.h"
   #include "apr_uri.h"
   #include "apr_date.h"
  
  
  
  1.36      +1 -1      modperl-2.0/xs/maps/apr_functions.map
  
  Index: apr_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- apr_functions.map 29 Mar 2002 16:16:43 -0000      1.35
  +++ apr_functions.map 9 Apr 2002 17:00:14 -0000       1.36
  @@ -161,7 +161,7 @@
    apr_pool_is_ancestor
   -apr_pool_set_abort
   
  -MODULE=APR::Lock
  +!MODULE=APR::Lock
   !apr_lock_child_init
    apr_lock_t *:apr_lock_create | mpxs_ | \
                 SV *:CLASS, pool, type=0, mech=APR_LOCK_DEFAULT, scope=1, 
fname="lock.file" | new
  
  
  
  1.15      +1 -1      modperl-2.0/xs/maps/apr_types.map
  
  Index: apr_types.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_types.map,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- apr_types.map     29 Mar 2002 16:16:43 -0000      1.14
  +++ apr_types.map     9 Apr 2002 17:00:14 -0000       1.15
  @@ -92,7 +92,7 @@
   
   #lock stuff
   apr_os_lock_t        | NOTIMPL
  -struct apr_lock_t    | APR::Lock
  +#struct apr_lock_t    | APR::Lock
   apr_locktype_e       | IV
   apr_lockmech_e       | IV
   apr_lockscope_e      | IV
  
  
  


Reply via email to