chuck       96/10/09 13:50:43

  Modified:    src       conf.h
  Log:
  Add the usual macro definitions for rindex() & index() to avoid warnings
  for IRIX. They're provided by <strings.h>.
  
  Revision  Changes    Path
  1.39      +2 -1      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -C3 -r1.38 -r1.39
  *** conf.h    1996/09/23 14:02:14     1.38
  --- conf.h    1996/10/09 20:50:41     1.39
  ***************
  *** 50,56 ****
     *
     */
    
  ! /* $Id: conf.h,v 1.38 1996/09/23 14:02:14 jim Exp $ */
    
    /*
     * conf.h: system-dependant #defines and includes...
  --- 50,56 ----
     *
     */
    
  ! /* $Id: conf.h,v 1.39 1996/10/09 20:50:41 chuck Exp $ */
    
    /*
     * conf.h: system-dependant #defines and includes...
  ***************
  *** 97,102 ****
  --- 97,103 ----
    #define HAVE_CRYPT_H
    #define NO_LONG_DOUBLE
    #define BROKEN_WAIT
  + #include <strings.h>    /* for index() & rindex() */
    
    #elif defined(HPUX) || defined(HPUX10)
    #define HAVE_SYS_RESOURCE_H
  
  
  

Reply via email to