dougm       00/04/16 09:57:55

  Modified:    src/modules/perl mod_perl.h
  Log:
  incase of -Accflags=...
  
  Revision  Changes    Path
  1.6       +2 -0      modperl-2.0/src/modules/perl/mod_perl.h
  
  Index: mod_perl.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_perl.h        2000/04/16 00:35:32     1.5
  +++ mod_perl.h        2000/04/16 16:57:55     1.6
  @@ -1,7 +1,9 @@
   #ifndef MOD_PERL_H
   #define MOD_PERL_H
   
  +#ifndef PERL_NO_GET_CONTEXT
   #define PERL_NO_GET_CONTEXT
  +#endif
   
   #include "EXTERN.h"
   #include "perl.h"
  
  
  

Reply via email to