marc        97/07/27 13:07:17

  Modified:    src       conf.h
  Log:
  Make it compile under Unix after the change in revision 1.134
  of httpd.h to make mod_status work under Win32 broke it.
  
  Revision  Changes    Path
  1.121     +3 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.120
  retrieving revision 1.121
  diff -u -r1.120 -r1.121
  --- conf.h    1997/07/27 18:44:04     1.120
  +++ conf.h    1997/07/27 20:07:16     1.121
  @@ -621,6 +621,9 @@
   #ifndef MODULE_VAR_EXPORT
   #define MODULE_VAR_EXPORT
   #endif
  +#ifndef API_VAR_EXPORT
  +#define API_VAR_EXPORT
  +#endif
   
   /* Do we have sys/resource.h; assume that BSD does. */
   #ifndef HAVE_SYS_RESOURCE_H
  
  
  

Reply via email to