jim         97/02/21 17:47:32

  Modified:    src       conf.h mod_rewrite.h
  Log:
   HP MPE/iX fixes
  
  Revision  Changes    Path
  1.84      +2 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -C3 -r1.83 -r1.84
  *** conf.h    1997/02/21 10:51:58     1.83
  --- conf.h    1997/02/22 01:47:30     1.84
  ***************
  *** 66,75 ****
  --- 66,77 ----
    #define JMP_BUF sigjmp_buf
    #define NO_SETSID
    #define NO_KILLPG
  + #define NO_WRITEV
    #define NEED_INITGROUPS
    #define NEED_STRCASECMP
    #define NEED_STRDUP
    #define NEED_STRNCASECMP
  + #define FNDELAY O_NDELAY
    extern void GETPRIVMODE();
    extern void GETUSERMODE();
    extern char *inet_ntoa();
  
  
  
  1.17      +2 -0      apache/src/mod_rewrite.h
  
  Index: mod_rewrite.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_rewrite.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -C3 -r1.16 -r1.17
  *** mod_rewrite.h     1997/02/03 17:51:13     1.16
  --- mod_rewrite.h     1997/02/22 01:47:31     1.17
  ***************
  *** 122,128 ****
  --- 122,130 ----
    #endif
    #if !defined(USE_FCNTL) && !defined(USE_FLOCK)
    #define USE_FLOCK 1
  + #ifndef MPE
    #include <sys/file.h>
  + #endif
    #ifndef LOCK_UN
    #undef USE_FLOCK
    #define USE_FCNTL 1
  
  
  

Reply via email to