ben         96/12/03 09:35:30

  Modified:    src       Configure conf.h
  Log:
  QNX fixes.
  
  Revision  Changes    Path
  1.41      +1 -0      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -C3 -r1.40 -r1.41
  *** Configure 1996/12/03 15:44:21     1.40
  --- Configure 1996/12/03 17:35:27     1.41
  ***************
  *** 219,224 ****
  --- 219,225 ----
        CFLAGS="$CFLAGS -DOSF1"
        ;;
        QNX)
  +     DEF_WANTHSREGEX=yes
        OS='QNX'
        CFLAGS="$CFLAGS -DQNX"
        LIBS="$LIBS -N128k -lsocket"
  
  
  
  1.51      +3 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -C3 -r1.50 -r1.51
  *** conf.h    1996/12/03 15:58:33     1.50
  --- conf.h    1996/12/03 17:35:28     1.51
  ***************
  *** 330,335 ****
  --- 330,338 ----
    #define NEED_INITGROUPS
    #define NEED_SELECT_H
    #define NEED_PROCESS_H
  + #define HAVE_SYS_SELECT_H
  + 
  + #include <unix.h>
    
    #define JMP_BUF sigjmp_buf
    
  
  
  

Reply via email to