You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Jim Jagielski <ji...@hyperreal.com> on 1997/02/01 02:58:03 UTC

cvs commit: apache/src conf.h

jim         97/01/31 17:58:03

  Modified:    src       conf.h
  Log:
  QNX -Wall patches
  
  Revision  Changes    Path
  1.75      +9 -2      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -C3 -r1.74 -r1.75
  *** conf.h	1997/01/26 21:17:10	1.74
  --- conf.h	1997/02/01 01:58:01	1.75
  ***************
  *** 367,381 ****
    typedef quad_t rlim_t;
    
    #elif defined(QNX)
    #undef NO_KILLPG
    #undef NO_SETSID
    #define NEED_INITGROUPS
    #define NEED_SELECT_H
    #define NEED_PROCESS_H
    #define HAVE_SYS_SELECT_H
  - 
    #include <unix.h>
  - 
    #define JMP_BUF sigjmp_buf
    
    #elif defined(LYNXOS)
  --- 367,388 ----
    typedef quad_t rlim_t;
    
    #elif defined(QNX)
  + #ifndef crypt
  + char *crypt(const char *pw, const char *salt);
  + #endif
  + #ifndef initgroups
  + int initgroups (char *, int);     
  + #endif
  + #ifndef strncasecmp
  + #define strncasecmp strnicmp
  + #endif
    #undef NO_KILLPG
    #undef NO_SETSID
    #define NEED_INITGROUPS
    #define NEED_SELECT_H
    #define NEED_PROCESS_H
    #define HAVE_SYS_SELECT_H
    #include <unix.h>
    #define JMP_BUF sigjmp_buf
    
    #elif defined(LYNXOS)