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/12/15 15:01:16 UTC

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

dougm       98/12/15 06:01:15

  Modified:    src/modules/perl mod_perl.c mod_perl.h
  Log:
  move this #include to the right place
  
  Revision  Changes    Path
  1.62      +0 -3      modperl/src/modules/perl/mod_perl.c
  
  Index: mod_perl.c
  ===================================================================
  RCS file: /home/cvs/modperl/src/modules/perl/mod_perl.c,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- mod_perl.c	1998/12/14 20:58:46	1.61
  +++ mod_perl.c	1998/12/15 14:01:12	1.62
  @@ -494,9 +494,6 @@
       GV *gv, *shgv;
   
   #if MODULE_MAGIC_NUMBER >= 19980507
  -#ifndef MOD_PERL_STRING_VERSION
  -#include "mod_perl_version.h"
  -#endif
       ap_add_version_component(MOD_PERL_STRING_VERSION);
       if(PERL_RUNNING()) {
   	if(perl_get_sv("Apache::Server::AddPerlVersion", FALSE)) {
  
  
  
  1.65      +3 -0      modperl/src/modules/perl/mod_perl.h
  
  Index: mod_perl.h
  ===================================================================
  RCS file: /home/cvs/modperl/src/modules/perl/mod_perl.h,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- mod_perl.h	1998/12/11 22:21:23	1.64
  +++ mod_perl.h	1998/12/15 14:01:13	1.65
  @@ -81,6 +81,9 @@
   #define perl_free(host)
   #endif
   
  +#ifndef MOD_PERL_STRING_VERSION
  +#include "mod_perl_version.h"
  +#endif
   #ifndef MOD_PERL_VERSION
   #define MOD_PERL_VERSION "TRUE"
   #endif