pcs         97/09/14 07:20:48

  Modified:    src/os/win32 os.h
  Log:
  For some reason #define STATUS got lost in the OS abstraction.
  Put it back.
  
  Revision  Changes    Path
  1.5       +3 -0      apachen/src/os/win32/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/os/win32/os.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- os.h      1997/09/14 12:09:49     1.4
  +++ os.h      1997/09/14 14:20:47     1.5
  @@ -12,12 +12,15 @@
      chdir() */
   #include <direct.h>
   
  +#define STATUS
   #define WIN32_LEAN_AND_MEAN
   #define STRICT
   #define NO_UNISTD_H
   #define NO_WRITEV
   #define NO_SETSID
   #define NO_USE_SIGACTION
  +#define NO_TIMES
  +#define NO_GETTIMEOFDAY
   #define NEED_PROCESS_H
   #define USE_LONGJMP
   #define HAVE_MMAP
  
  
  

Reply via email to