fuankg      2004/07/22 11:23:46

  Modified:    jk/native/common jk_global.h
  Log:
  post 1.2.6 fix since NetWare doesnt have portable.h (no autoconf here).
  the jk 1.2.6 NetWare binaries will be generated with this patch.
  
  Revision  Changes    Path
  1.33      +5 -1      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.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- jk_global.h       22 Jul 2004 16:31:06 -0000      1.32
  +++ jk_global.h       22 Jul 2004 18:23:46 -0000      1.33
  @@ -24,12 +24,14 @@
   #ifndef JK_GLOBAL_H
   #define JK_GLOBAL_H
   
  +#ifndef NETWARE
   #if !defined(WIN32) && !defined(AS400)
   #include "portable.h"
   #else
   #define HAVE_VSNPRINTF
   #define HAVE_SNPRINTF
   #endif
  +#endif
   
   #include "jk_version.h"
   
  @@ -66,6 +68,8 @@
           #define __sys_socket_h__
           #define __netdb_h__
           #define __netinet_in_h__
  +        #define HAVE_VSNPRINTF
  +        #define HAVE_SNPRINTF
       #endif
       #include <netdb.h>
       #include <netinet/in.h>
  
  
  

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

Reply via email to