You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Ben Laurie <be...@hyperreal.com> on 1996/06/29 22:02:49 UTC

cvs commit: apache/src CHANGES conf.h http_bprintf.c

ben         96/06/29 13:02:48

  Modified:    src       CHANGES conf.h http_bprintf.c
  Log:
  Bring QNX support up to date.
  
  Revision  Changes    Path
  1.37      +2 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -C3 -r1.36 -r1.37
  *** CHANGES	1996/06/29 19:52:10	1.36
  --- CHANGES	1996/06/29 20:02:46	1.37
  ***************
  *** 1,3 ****
  --- 1,5 ----
  +   *) Bring QNX support up to date. [Ben Laurie]
  + 
      *) Make virtual hosts default to main server keepalive parameters.
         [Alexei Kosut, Ben Laurie]
    
  
  
  
  1.17      +1 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -C3 -r1.16 -r1.17
  *** conf.h	1996/06/26 10:46:36	1.16
  --- conf.h	1996/06/29 20:02:46	1.17
  ***************
  *** 295,300 ****
  --- 295,301 ----
    #undef NO_KILLPG
    #undef NO_SETSID
    #define NEED_INITGROUPS
  + #define NEED_SELECT_H
    #define JMP_BUF sigjmp_buf
    
    #elif defined(LYNXOS)
  
  
  
  1.3       +2 -0      apache/src/http_bprintf.c
  
  Index: http_bprintf.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_bprintf.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** http_bprintf.c	1996/05/28 02:55:23	1.2
  --- http_bprintf.c	1996/06/29 20:02:47	1.3
  ***************
  *** 17,23 ****
  --- 17,25 ----
    #include <stdlib.h>
    #include <stdarg.h>
    #include <string.h>
  + #ifndef QNX
    #include <memory.h>
  + #endif
    #include <assert.h>
    #include <math.h>
    #include "alloc.h"