chuck       96/10/09 14:33:14

  Modified:    src       conf.h
  Log:
  Undo previous index() change; we will use strchr().
  
  Revision  Changes    Path
  1.40      +1 -2      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -C3 -r1.39 -r1.40
  *** conf.h    1996/10/09 20:50:41     1.39
  --- conf.h    1996/10/09 21:33:12     1.40
  ***************
  *** 50,56 ****
     *
     */
    
  ! /* $Id: conf.h,v 1.39 1996/10/09 20:50:41 chuck Exp $ */
    
    /*
     * conf.h: system-dependant #defines and includes...
  --- 50,56 ----
     *
     */
    
  ! /* $Id: conf.h,v 1.40 1996/10/09 21:33:12 chuck Exp $ */
    
    /*
     * conf.h: system-dependant #defines and includes...
  ***************
  *** 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
  --- 97,102 ----
  
  
  

Reply via email to