dgaudet     98/04/15 10:10:20

  Modified:    src      CHANGES Configure
  Log:
  clean up warnings on hpux 10.01
  
  Submitted by: Ben Hyde
  
  Revision  Changes    Path
  1.769     +1 -1      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.768
  retrieving revision 1.769
  diff -u -r1.768 -r1.769
  --- CHANGES   1998/04/15 17:09:25     1.768
  +++ CHANGES   1998/04/15 17:10:17     1.769
  @@ -1,6 +1,6 @@
   Changes with Apache 1.3b6
   
  -  *) PORT: Clean up warnings on Ultrix.  [Ben Hyde]
  +  *) PORT: Clean up warnings on Ultrix and HPUX.  [Ben Hyde]
    
     *) Adding DSO support for the HP/UX platform by emulating the dlopen-style
        interface via the similar but proprietary HP/UX shl_xxx-style system
  
  
  
  1.238     +7 -0      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.237
  retrieving revision 1.238
  diff -u -r1.237 -r1.238
  --- Configure 1998/04/12 15:49:26     1.237
  +++ Configure 1998/04/15 17:10:18     1.238
  @@ -341,6 +341,13 @@
       *-hp-hpux10.*)
        OS='HP-UX 10'
        CFLAGS="$CFLAGS -DHPUX10"
  +     case "$PLAT" in
  +       *-hp-hpux10.01)
  +            # We know this is a problem in 10.01.
  +               # Not a problem in 10.20.  Otherwise, who knows?
  +               CFLAGS="$CFLAGS -DSELECT_NEEDS_CAST"
  +               ;;         
  +     esac
        DEF_WANTHSREGEX=yes
        ;;
       *-hp-hpux*)
  
  
  

Reply via email to