jim         97/02/25 12:56:41

  Modified:    src       CHANGES Configure Makefile.tmpl
  Log:
  UXP/DS(V20) port
  
  Revision  Changes    Path
  1.180     +2 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.179
  retrieving revision 1.180
  diff -C3 -r1.179 -r1.180
  *** CHANGES   1997/02/22 00:37:17     1.179
  --- CHANGES   1997/02/25 20:56:37     1.180
  ***************
  *** 1,5 ****
  --- 1,7 ----
    Changes with Apache 1.2b7
    
  +   *) Port to  UXP/DS(V20) [Toshiaki Nomura <[EMAIL PROTECTED]>]
  + 
      *) unset Content-Length if chunked (RFC-2068) [Petr Lampa]
    
      *) mod_negotiation fixes [Petr Lampa] PR#157, PR#158, PR#159
  
  
  
  1.80      +6 -5      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -C3 -r1.79 -r1.80
  *** Configure 1997/02/15 21:54:31     1.79
  --- Configure 1997/02/25 20:56:38     1.80
  ***************
  *** 367,372 ****
  --- 367,378 ----
        DEF_WANTHSREGEX=yes
        LIBS="$LIBS -lsocket -lnsl -lc"
        ;;
  +     DS/90\ 7000-*-sysv4*)
  +     OS='UXP/DS'
  +     CFLAGS="$CFLAGS -DUXPDS"
  +     LIBS="$LIBS -lsocket -lnsl"
  +     DEF_WANTHSREGEX=yes
  +     ;;
        *-sysv4*)
        OS='SVR4'
        CFLAGS="$CFLAGS -DSVR4"
  ***************
  *** 376,386 ****
        OS='Amdahl UTS'
        CFLAGS="$CFLAGS -Xa -eft -DUTS21"
        LIBS="$LIBS -lsocket -lbsd -la"
  -     ;;
  -     UXPDS)
  -     OS='UXP/DS'
  -     CFLAGS="$CFLAGS -DUXPDS"
  -     LIBS="$LIBS -lsocket -lnsl"
        ;;
        *-ultrix)
        OS='ULTRIX'
  --- 382,387 ----
  
  
  
  1.41      +2 -0      apache/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -C3 -r1.40 -r1.41
  *** Makefile.tmpl     1997/01/26 01:59:03     1.40
  --- Makefile.tmpl     1997/02/25 20:56:38     1.41
  ***************
  *** 3,8 ****
  --- 3,10 ----
    # This is combined with the information in the "Configuration" file
    # by the configure script to make the actual Makefile.
    
  + SHELL=/bin/sh
  + 
    CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
    LIBS=$(EXTRA_LIBS) $(LIBS1)
    INCLUDES=$(INCLUDES1) $(EXTRA_INCLUDES)
  
  
  

Reply via email to