brian       96/06/12 19:11:57

  Modified:    src       conf.h
  Log:
  Reviewed by:  Brian Behlendorf
  Submitted by: Rob Hartill
  
  Added #define to NEXT's configuration to fix compilation problem.
  
  Revision  Changes    Path
  1.12      +1 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -C3 -r1.11 -r1.12
  *** conf.h    1996/04/05 09:39:13     1.11
  --- conf.h    1996/06/13 02:11:54     1.12
  ***************
  *** 180,185 ****
  --- 180,186 ----
    #define waitpid(a,b,c) wait4(a,(union wait *)b,c,NULL)
    typedef int pid_t;
    #define JMP_BUF jmp_buf
  + #define NO_USE_SIGACTION
    
    #elif defined(LINUX)
    #undef HAS_GMTOFF
  
  
  

Reply via email to