mmanders    01/11/26 11:34:00

  Modified:    jk/native/common jk_global.h
  Log:
  Removed some of the NetWare specific defines that only related to apache source 
files.
  
  Revision  Changes    Path
  1.15      +1 -10     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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jk_global.h       2001/11/26 17:20:11     1.14
  +++ jk_global.h       2001/11/26 19:34:00     1.15
  @@ -59,20 +59,11 @@
    * Description: Global definitions and include files that should exist     *
    *              anywhere                                                   *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
  - * Version:     $Revision: 1.14 $                                               *
  + * Version:     $Revision: 1.15 $                                               *
    ***************************************************************************/
   
   #ifndef JK_GLOBAL_H
   #define JK_GLOBAL_H
  -
  -#ifdef NETWARE
  -#define _SYS_TYPES_H_
  -#define _NETDB_H_INCLUDED
  -#define _IN_
  -#define _INET_
  -#define _SYS_TIMEVAL_H_
  -#define _SYS_SOCKET_H_
  -#endif
   
   #include "jk_version.h"
   
  
  
  

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

Reply via email to