summaryrefslogtreecommitdiff
path: root/lib/common/BoxConfig-MSVC.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-07-26 22:05:56 +0000
committerChris Wilson <chris+github@qwirx.com>2007-07-26 22:05:56 +0000
commit8bc9c724d51312906be6e965b45a7bc071cfb931 (patch)
tree0211f7c63d26f89ba02b13903e7eeeeba95ae2de /lib/common/BoxConfig-MSVC.h
parent4a3627d5b883c0f66c9f2b770a427c18df51203f (diff)
Work around the fact that we may have regex support without having
regex.h (e.g. from pcreposix.h/libpcreposix) and disabuse HAVE_REGEX_H, define and use HAVE_REGEX_SUPPORT instead, thanks Gary! (refs #3, merges [1677] [1678] [1679])
Diffstat (limited to 'lib/common/BoxConfig-MSVC.h')
-rw-r--r--lib/common/BoxConfig-MSVC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/BoxConfig-MSVC.h b/lib/common/BoxConfig-MSVC.h
index 0f84f964..6ce496f5 100644
--- a/lib/common/BoxConfig-MSVC.h
+++ b/lib/common/BoxConfig-MSVC.h
@@ -178,6 +178,7 @@
/* Define to 1 if you have the <regex.h> header file. */
/* #undef HAVE_REGEX_H */
#define HAVE_PCREPOSIX_H 1
+#define HAVE_REGEX_SUPPORT 1
/* Define to 1 if you have the `setproctitle' function. */
/* #undef HAVE_SETPROCTITLE */