martin      98/10/07 14:48:58

  Modified:    src/include ap_config.h
  Log:
  Current BS2000 versions *HAVE* str*casecmp()
  
  Revision  Changes    Path
  1.240     +2 -0      apache-1.3/src/include/ap_config.h
  
  Index: ap_config.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/ap_config.h,v
  retrieving revision 1.239
  retrieving revision 1.240
  diff -u -r1.239 -r1.240
  --- ap_config.h       1998/10/03 15:33:35     1.239
  +++ ap_config.h       1998/10/07 21:48:58     1.240
  @@ -541,6 +541,8 @@
   #define NEED_INITGROUPS
   #define NEED_HASHBANG_EMUL /* execve() doesn't start shell scripts by 
default */
   #undef HAVE_SHMGET
  +#undef NEED_STRCASECMP
  +#undef NEED_STRNCASECMP
   #undef USE_SHMGET_SCOREBOARD
   #undef bzero
   #endif /*_OSD_POSIX*/
  
  
  

Reply via email to