dougm       01/04/30 18:53:53

  Modified:    src/modules/perl modperl_global.h
  Log:
  fix for non-threaded Perls
  
  Revision  Changes    Path
  1.2       +2 -0      modperl-2.0/src/modules/perl/modperl_global.h
  
  Index: modperl_global.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_global.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modperl_global.h  2001/04/30 04:35:08     1.1
  +++ modperl_global.h  2001/05/01 01:53:52     1.2
  @@ -2,7 +2,9 @@
   #define MODPERL_GLOBAL_H
   
   typedef struct {
  +#if MP_THREADED
       perl_mutex glock;
  +#endif
       int flags;
       void *data;
       const char *name;
  
  
  

Reply via email to