costin      2002/06/10 16:58:52

  Modified:    jk/native2/common jk_logger_file.c
               jk/native2/include jk_global.h
  Log:
  Remove apr include from logger_file ( which can still be used without APR, for
  apache13 use ), move it to global, in the section that deals with the other
  apr includes.
  
  Revision  Changes    Path
  1.30      +1 -3      jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c
  
  Index: jk_logger_file.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- jk_logger_file.c  10 Jun 2002 22:13:15 -0000      1.29
  +++ jk_logger_file.c  10 Jun 2002 23:58:52 -0000      1.30
  @@ -63,8 +63,6 @@
    ***************************************************************************/
   
   
  -#include "apr_strings.h"
  -
   #include "jk_env.h"
   #include "jk_map.h"
   #include "jk_logger.h"
  
  
  
  1.13      +2 -1      jakarta-tomcat-connectors/jk/native2/include/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_global.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jk_global.h       16 May 2002 20:49:53 -0000      1.12
  +++ jk_global.h       10 Jun 2002 23:58:52 -0000      1.13
  @@ -151,6 +151,7 @@
   #include "apr.h"
   #include "apr_errno.h"
   #include "apr_time.h"
  +#include "apr_strings.h"
   
   #else
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to