pcs         97/09/14 04:53:36

  Modified:    src/main conf.h
  Log:
  Make sure that os.h is used for non-win32 platforms as well
  
  Revision  Changes    Path
  1.138     +2 -0      apachen/src/main/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/conf.h,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -r1.137 -r1.138
  --- conf.h    1997/09/13 23:46:28     1.137
  +++ conf.h    1997/09/14 11:53:35     1.138
  @@ -58,6 +58,8 @@
   
   #ifdef WIN32
   #include "../os/win32/os.h"
  +#else
  +#include "os.h"
   #endif
   
   #if !defined(QNX) && !defined(MPE) && !defined(WIN32)
  
  
  

Reply via email to