]> granicus.if.org Git - apache/commitdiff
Temporary hack to fix WIN32 compiles until the autoconf induced include
authorBill Stoddard <stoddard@apache.org>
Wed, 16 Feb 2000 15:08:45 +0000 (15:08 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 16 Feb 2000 15:08:45 +0000 (15:08 +0000)
file mess is fixed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84626 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index b304a3afbdb6cfa6b2a03a71f5502872abfd7461..815f14cb65ede1251e0ce47bffbc879e1ab475a2 100644 (file)
@@ -948,7 +948,7 @@ API_EXPORT(char *) ap_uudecode(ap_context_t *p, const char *bufcoded);
 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>