You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/07/13 15:25:26 UTC

cvs commit: modperl/src/modules/perl mod_perl.h

dougm       98/07/13 06:25:26

  Modified:    .        ToDo
               src/modules/perl mod_perl.h
  Added:       Log      .cvsignore
  Log:
  Ralf has saved the day with ap_compat.h!  use that instead of compat.h
  if MODULE_MAGIC_NUMBER says we can
  
  Revision  Changes    Path
  1.43      +0 -2      modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /export/home/cvs/modperl/ToDo,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- ToDo	1998/07/13 01:55:15	1.42
  +++ ToDo	1998/07/13 13:25:22	1.43
  @@ -16,8 +16,6 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  -- compat.h problem
  -
   - /perl/perl-status?sig dumps core under hpux 10.20
      [David-Michael.Lincke@unisg.ch]
   
  
  
  
  1.1                  modperl/Log/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  Makefile
  pm_to_blib
  
  
  
  1.33      +3 -1      modperl/src/modules/perl/mod_perl.h
  
  Index: mod_perl.h
  ===================================================================
  RCS file: /export/home/cvs/modperl/src/modules/perl/mod_perl.h,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- mod_perl.h	1998/07/12 19:54:16	1.32
  +++ mod_perl.h	1998/07/13 13:25:25	1.33
  @@ -361,7 +361,9 @@
   #define DONE -2
   #endif
   
  -#if MODULE_MAGIC_NUMBER >= 19980413
  +#if MODULE_MAGIC_NUMBER >= 19980713
  +#include "ap_compat.h"
  +#elif MODULE_MAGIC_NUMBER >= 19980413
   #include "compat.h"
   #endif