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...@apache.org on 2001/02/28 06:35:08 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_apache_includes.h

dougm       01/02/27 21:35:08

  Modified:    src/modules/perl modperl_apache_includes.h
  Log:
  dont #define CORE_PRIVATE if already defined
  
  Revision  Changes    Path
  1.3       +3 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- modperl_apache_includes.h	2001/01/20 21:19:08	1.2
  +++ modperl_apache_includes.h	2001/02/28 05:35:08	1.3
  @@ -3,7 +3,10 @@
   
   /* header files for Apache */
   
  +#ifndef CORE_PRIVATE
   #define CORE_PRIVATE
  +#endif
  +
   #include "ap_mmn.h"
   #include "httpd.h"
   #include "http_config.h"