You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by jw...@apache.org on 2002/06/06 13:28:54 UTC

cvs commit: xml-axkit axconfig.h

jwalt       2002/06/06 04:28:54

  Modified:    .        axconfig.h
  Log:
  - reverted debugging modification
  
  Revision  Changes    Path
  1.7       +1 -3      xml-axkit/axconfig.h
  
  Index: axconfig.h
  ===================================================================
  RCS file: /home/cvs/xml-axkit/axconfig.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- axconfig.h	6 Jun 2002 11:27:57 -0000	1.6
  +++ axconfig.h	6 Jun 2002 11:28:54 -0000	1.7
  @@ -1,4 +1,4 @@
  -/* $Id: axconfig.h,v 1.6 2002/06/06 11:27:57 jwalt Exp $ */
  +/* $Id: axconfig.h,v 1.7 2002/06/06 11:28:54 jwalt Exp $ */
   
   #ifdef WIN32
   #define _INC_DIRENT
  @@ -71,10 +71,8 @@
   
   typedef struct {
       /* simple types */
  -    char pad[1024];
       char * external_encoding;
       iconv_t iconv_handle;
  -    char pad2[1024];
   } axkit_server_config;
   
   extern module MODULE_VAR_EXPORT XS_AxKit;