hgomez      2004/07/22 09:31:07

  Modified:    jk/native/common jk_global.h
  Log:
  Well a post 1.2.6 fix since iSeries didn't have portable.h neither 

  (no autoconf here).

  

  the jk 1.2.6 iSeries binaries will be generated with this patch
  
  Revision  Changes    Path
  1.32      +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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- jk_global.h       22 Jul 2004 08:31:45 -0000      1.31
  +++ jk_global.h       22 Jul 2004 16:31:06 -0000      1.32
  @@ -24,7 +24,7 @@
   #ifndef JK_GLOBAL_H
   #define JK_GLOBAL_H
   
  -#ifndef WIN32
  +#if !defined(WIN32) && !defined(AS400)
   #include "portable.h"
   #else
   #define HAVE_VSNPRINTF
  
  
  

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

Reply via email to