You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sh...@locus.apache.org on 2000/03/30 12:26:51 UTC

cvs commit: jakarta-tomcat/src/native/iis_netscape jk_global.h

shachor     00/03/30 02:26:51

  Modified:    src/native/iis_netscape jk_global.h
  Log:
  On Win32: If strcasecmp is defined, use it.
  
  Revision  Changes    Path
  1.6       +4 -2      jakarta-tomcat/src/native/iis_netscape/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/iis_netscape/jk_global.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jk_global.h	2000/03/27 11:02:25	1.5
  +++ jk_global.h	2000/03/30 10:26:51	1.6
  @@ -57,7 +57,7 @@
    * Description: Global definitions and include files that should exist     *
    *              anywhere                                                   *
    * Author:      Gal Shachor <sh...@il.ibm.com>                           *
  - * Version:     $Revision: 1.5 $                                               *
  + * Version:     $Revision: 1.6 $                                               *
    ***************************************************************************/
   
   #ifndef JK_GLOBAL_H
  @@ -125,7 +125,9 @@
       #define PATH_ENV_VARIABLE       ("PATH")
   
       /* incompatible names... */
  -    #define strcasecmp stricmp
  +    #ifndef strcasecmp 
  +        #define strcasecmp stricmp
  +    #endif
   #else
       #define JK_METHOD
       #define C_LEVEL_TRY_START