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 2002/10/01 12:41:50 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_global.h

hgomez      2002/10/01 03:41:50

  Modified:    jk/native/common jk_global.h
  Log:
  iSeries need USE_VSPRINTF and USE_SPRINTF
  
  Revision  Changes    Path
  1.24      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_global.h,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jk_global.h	30 Sep 2002 15:40:18 -0000	1.23
  +++ jk_global.h	1 Oct 2002 10:41:49 -0000	1.24
  @@ -213,7 +213,7 @@
   #define vsnprintf _vsnprintf
   #endif
   
  -#ifdef NETWARE
  +#if defined(NETWARE) || defined(AS400)
   #define USE_SPRINTF
   #define USE_VSPRINTF
   #endif
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>