dougm       02/05/27 17:42:58

  Modified:    src/modules/perl modperl_apache_includes.h
  Log:
  dummy typedef for when !APR_HAS_THREADS
  
  Revision  Changes    Path
  1.15      +4 -0      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- modperl_apache_includes.h 21 May 2002 00:22:24 -0000      1.14
  +++ modperl_apache_includes.h 28 May 2002 00:42:58 -0000      1.15
  @@ -28,4 +28,8 @@
   
   #include "util_script.h"
   
  +#if !APR_HAS_THREADS
  +typedef unsigned long apr_os_thread_t;
  +#endif
  +
   #endif /* MODPERL_APACHE_INCLUDES_H */
  
  
  


Reply via email to