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/08/28 11:55:11 UTC

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

hgomez      2002/08/28 02:55:11

  Modified:    jk/native/common jk_global.h
  Log:
  First fixes for iSeries (AS/400)
  
  Revision  Changes    Path
  1.20      +3 -3      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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- jk_global.h	24 Jul 2002 02:36:36 -0000	1.19
  +++ jk_global.h	28 Aug 2002 09:55:11 -0000	1.20
  @@ -92,10 +92,10 @@
           #include <netinet/tcp.h>
           #include <arpa/inet.h>
           #include <sys/un.h>
  -        #ifndef _OSD_POSIX
  +        #if !defined(_OSD_POSIX) && !defined(AS400)
               #include <sys/socketvar.h>
           #endif
  -        #ifndef HPUX11
  +        #if !defined(HPUX11) && !defined(AS400)
               #include <sys/select.h>
           #endif
       #endif
  
  
  

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