You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/09/01 19:21:15 UTC

cvs commit: apache-1.3/src CHANGES Configure

rse         98/09/01 10:21:14

  Modified:    src      CHANGES Configure
  Log:
  Recognize lowercase _and_ uppercase `uname' results under SCO OpenServer.
  
  Submitted by: David Coelho <dr...@ppt.com>
  Reviewed by: Ralf S. Engelschall
  
  Revision  Changes    Path
  1.1043    +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1042
  retrieving revision 1.1043
  diff -u -r1.1042 -r1.1043
  --- CHANGES	1998/08/31 19:51:53	1.1042
  +++ CHANGES	1998/09/01 17:21:11	1.1043
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.2
   
  +  *) Recognize lowercase _and_ uppercase `uname' results under
  +     SCO OpenServer. [David Coelho <dr...@ppt.com>]
  +
     *) As duplicate "HTTP/1.0 200 OK" lines within the header seem to be
        a common problem of (mis-administrated?) IIS servers, make the apache
        proxy immune to these errors (and ignore the duplicates, but log
  
  
  
  1.285     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.284
  retrieving revision 1.285
  diff -u -r1.284 -r1.285
  --- Configure	1998/08/12 17:04:47	1.284
  +++ Configure	1998/09/01 17:21:12	1.285
  @@ -535,7 +535,7 @@
   	LIBS="$LIBS -lsocket -lmalloc -lprot"
   	DEF_WANTHSREGEX=no
   	;;
  -    *-sco_sv*)
  +    *-sco_sv*|*-SCO_SV*)
   	OS='SCO SV'
   	CFLAGS="$CFLAGS -DSCO"
   	LIBS="$LIBS -lPW -lsocket -lmalloc -lcrypt_i"