hgomez      2003/08/29 06:07:52

  Modified:    jk/native/common jk_connect.c
  Log:
  No more special iSeries defines now that we define _XOPEN_SOURCE=520
  in build script...
  
  ie: 
  
  CRTCMOD MODULE(MOD_JK/JK_CONNECT) +
      SRCSTMF('/home/apache/jk/native/common/jk_connect.c') +
      DEFINE('AS400' 'HAVE_JNI' 'HAVE_APR' '_XOPEN_SOURCE=520' +  
             'USE_APACHE_MD5' '_REENTRANT') +
      TEXT('jk_connect.c') +
      OPTIMIZE(40) +
      SYSIFCOPT(*IFSIO) +
      LANGLVL(*ANSI) +
      TGTCCSID(*JOB) +
      OPTION(*LOGMSG) +
      TERASPACE(*YES *TSIFC) +
      STGMDL(*INHERIT) +
      INCDIR('/home/apache/jk/native/common' '/QIBM/ProdData/HTTPA/Include')
  
  Revision  Changes    Path
  1.12      +2 -7      jakarta-tomcat-connectors/jk/native/common/jk_connect.c
  
  Index: jk_connect.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_connect.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jk_connect.c      26 Aug 2003 10:07:37 -0000      1.11
  +++ jk_connect.c      29 Aug 2003 13:07:52 -0000      1.12
  @@ -110,13 +110,8 @@
       int x;
   
       /* TODO: Should be updated for IPV6 support. */
  -    /* for now use the correct type, in_addr_t (or u_long for OS400) */    
  -
  -#ifdef AS400
  -    u_long laddr;
  -#else
  +    /* for now use the correct type, in_addr_t */    
        in_addr_t laddr;
  -#endif
   
       rc->sin_port   = htons((short)port);
       rc->sin_family = AF_INET;
  
  
  

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

Reply via email to