stoddard    00/02/16 07:08:46

  Modified:    src/include httpd.h
  Log:
  Temporary hack to fix WIN32 compiles until the autoconf induced include
  file mess is fixed.
  
  Revision  Changes    Path
  1.25      +1 -1      apache-2.0/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/httpd.h,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- httpd.h   2000/02/01 21:05:45     1.24
  +++ httpd.h   2000/02/16 15:08:45     1.25
  @@ -948,7 +948,7 @@
   API_EXPORT(char *) ap_uuencode(ap_context_t *p, char *string); 
   
   /* Regexes */
  -#ifdef USE_HSREGEX
  +#if defined(USE_HSREGEX) || defined(WIN32)
   #include "hsregex.h"
   #else
   #include <regex.h>
  
  
  

Reply via email to