dougm 2002/08/21 09:42:02 Modified: . Changes src/modules/perl modperl_apache_includes.h Log: fix compilation if apache/apr do not have thread support Revision Changes Path 1.38 +2 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- Changes 20 Aug 2002 16:49:11 -0000 1.37 +++ Changes 21 Aug 2002 16:42:01 -0000 1.38 @@ -10,6 +10,8 @@ =item 1.99_06-dev +fix compilation if apache/apr do not have thread support + =item 1.99_05 - August 20, 2002 fix PerlOptions +ParseHeaders to only parse once per-request 1.17 +1 -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.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- modperl_apache_includes.h 11 Jul 2002 18:25:55 -0000 1.16 +++ modperl_apache_includes.h 21 Aug 2002 16:42:02 -0000 1.17 @@ -30,6 +30,7 @@ #if !APR_HAS_THREADS typedef unsigned long apr_os_thread_t; +typedef void * apr_thread_mutex_t; #endif /* XXX: these backcompat macros can be deleted when we bump up the