You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2003/09/12 13:32:17 UTC

cvs commit: xml-axis/c/src/server/apache mod_axis.c

susantha    2003/09/12 04:32:17

  Modified:    c/src/server/apache mod_axis.c
  Log:
  changed include path from apache to apache1_3
  
  Revision  Changes    Path
  1.10      +6 -6      xml-axis/c/src/server/apache/mod_axis.c
  
  Index: mod_axis.c
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/server/apache/mod_axis.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_axis.c	12 Sep 2003 09:33:12 -0000	1.9
  +++ mod_axis.c	12 Sep 2003 11:32:17 -0000	1.10
  @@ -1,9 +1,9 @@
  -#include <apache/httpd.h>
  -#include <apache/http_config.h>
  -#include <apache/http_core.h>
  -#include <apache/http_log.h>
  -#include <apache/http_protocol.h>
  -#include <apache/http_main.h>
  +#include <apache1_3/httpd.h>
  +#include <apache1_3/http_config.h>
  +#include <apache1_3/http_core.h>
  +#include <apache1_3/http_log.h>
  +#include <apache1_3/http_protocol.h>
  +#include <apache1_3/http_main.h>
   #include "../../common/Packet.h"
   #include <string.h>
   #include <malloc.h>