jim         97/03/02 10:15:13

  Modified:    src       conf.h util.c
  Log:
  Typo changes HAS_GMTOFF -> HAVE_GMTOFF...
  
  Revision  Changes    Path
  1.87      +2 -2      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -C3 -r1.86 -r1.87
  *** conf.h    1997/03/02 16:12:51     1.86
  --- conf.h    1997/03/02 18:15:11     1.87
  ***************
  *** 115,121 ****
    
    #elif defined(HIUX)
    #define HAVE_SYS_RESOURCE_H
  ! #undef HAS_GMTOFF
    #define NO_KILLPG
    #undef NO_SETSID
    #ifndef _HIUX_SOURCE
  --- 115,121 ----
    
    #elif defined(HIUX)
    #define HAVE_SYS_RESOURCE_H
  ! #undef HAVE_GMTOFF
    #define NO_KILLPG
    #undef NO_SETSID
    #ifndef _HIUX_SOURCE
  ***************
  *** 431,437 ****
    #undef NEED_STRCASECMP
    #undef NEED_STRNCASECMP
    #undef NEED_STRDUP
  ! #undef HAS_GMTOFF
    #define NO_KILLPG
    #undef NO_SETSID
    #define HAVE_RESOURCE 1
  --- 431,437 ----
    #undef NEED_STRCASECMP
    #undef NEED_STRNCASECMP
    #undef NEED_STRDUP
  ! #undef HAVE_GMTOFF
    #define NO_KILLPG
    #undef NO_SETSID
    #define HAVE_RESOURCE 1
  
  
  
  1.46      +1 -1      apache/src/util.c
  
  Index: util.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/util.c,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -C3 -r1.45 -r1.46
  *** util.c    1997/02/28 11:51:35     1.45
  --- util.c    1997/03/02 18:15:12     1.46
  ***************
  *** 104,110 ****
    }
    
    /* What a pain in the ass. */
  ! #if defined(HAS_GMTOFF)
    struct tm *get_gmtoff(int *tz) {
        time_t tt = time(NULL);
        struct tm *t = localtime(&tt);
  --- 104,110 ----
    }
    
    /* What a pain in the ass. */
  ! #if defined(HAVE_GMTOFF)
    struct tm *get_gmtoff(int *tz) {
        time_t tt = time(NULL);
        struct tm *t = localtime(&tt);
  
  
  

Reply via email to