mmanders    2004/05/25 15:32:55

  Modified:    jk/native/common jk_connect.h
  Log:
  Fixed define if building for NetWare and using LIBC (i.e. Apache2).
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_connect.h
  
  Index: jk_connect.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_connect.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jk_connect.h      1 Mar 2004 13:37:38 -0000       1.7
  +++ jk_connect.h      25 May 2004 22:32:55 -0000      1.8
  @@ -26,7 +26,7 @@
   #include "jk_logger.h"
   #include "jk_global.h"
   
  -#ifndef WIN32
  +#if !defined(WIN32) && !(defined(NETWARE) && defined(__NOVELL_LIBC__))
       #define closesocket         close
   #endif
   
  
  
  

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

Reply via email to