You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2001/07/24 08:07:32 UTC

cvs commit: jakarta-tomcat/src/native/mod_jk/apache2.0 mod_jk.c

hgomez      01/07/23 23:07:31

  Modified:    src/native/mod_jk/apache2.0 mod_jk.c
  Log:
  Back port from J-T-C.
  util_date.h has moved since Apache 2.0.20
  
  Revision  Changes    Path
  1.13      +5 -0      jakarta-tomcat/src/native/mod_jk/apache2.0/mod_jk.c
  
  Index: mod_jk.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/mod_jk/apache2.0/mod_jk.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_jk.c	2001/04/05 05:27:53	1.12
  +++ mod_jk.c	2001/07/24 06:07:31	1.13
  @@ -73,7 +73,12 @@
   #include "http_main.h"
   #include "http_log.h"
   #include "util_script.h"
  +
  +/* moved to apr since http-2.0.19-dev */
  +#if (MODULE_MAGIC_NUMBER_MAJOR < 20010523)
   #include "util_date.h"
  +#endif
  +
   #include "apr_strings.h"
   /*
    * Jakarta (jk_) include files