ben         96/07/16 15:22:11

  Modified:    src       Configuration.tmpl conf.h rfc1413.c
  Log:
  HPUX 10 fixes.
  
  Revision  Changes    Path
  1.21      +2 -0      apache/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -C3 -r1.20 -r1.21
  *** Configuration.tmpl        1996/06/29 19:59:25     1.20
  --- Configuration.tmpl        1996/07/16 22:22:08     1.21
  ***************
  *** 90,95 ****
  --- 90,97 ----
    #AUX_LIBS= -lsun
    # For HP-UX       n.b. if you use the paid-for HP CC compiler, use flag -Ae
    #AUX_CFLAGS= -DHPUX
  + # For HP-UX 10
  + #AUX_CFLAGS= -DHPUX10
    # For AIX
    #AUX_CFLAGS= -DAIX -U__STR__
    # For Ultrix
  
  
  
  1.20      +3 -1      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -C3 -r1.19 -r1.20
  *** conf.h    1996/07/16 19:57:25     1.19
  --- conf.h    1996/07/16 22:22:08     1.20
  ***************
  *** 95,101 ****
    #define HAVE_CRYPT_H
    #define NO_LONG_DOUBLE
    
  ! #elif defined(HPUX)
    #define HAVE_RESOURCE
    #undef HAVE_GMTOFF
    #define NO_KILLPG
  --- 95,101 ----
    #define HAVE_CRYPT_H
    #define NO_LONG_DOUBLE
    
  ! #elif defined(HPUX) || defined(HPUX10)
    #define HAVE_RESOURCE
    #undef HAVE_GMTOFF
    #define NO_KILLPG
  ***************
  *** 103,109 ****
  --- 103,111 ----
    #ifndef _HPUX_SOURCE
    #define _HPUX_SOURCE
    #endif
  + #ifndef HPUX10
    #define getwd(d) getcwd(d,MAX_STRING_LEN)
  + #endif
    #define JMP_BUF sigjmp_buf
    #define HAVE_MMAP
    
  
  
  
  1.3       +0 -4      apache/src/rfc1413.c
  
  Index: rfc1413.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/rfc1413.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** rfc1413.c 1996/04/18 11:18:24     1.2
  --- rfc1413.c 1996/07/16 22:22:09     1.3
  ***************
  *** 77,86 ****
    #include "http_log.h" /* for log_unixerr */
    #include "rfc1413.h"
    
  - #ifndef _HPUX_SOURCE
  - #define _HPUX_SOURCE
  - #endif
  - 
    /* System libraries. */
    
    #include <setjmp.h>
  --- 77,82 ----
  
  
  

Reply via email to