summaryrefslogtreecommitdiff
path: root/lib/common/BoxConfig-MSVC.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-07-26 22:00:00 +0000
committerChris Wilson <chris+github@qwirx.com>2007-07-26 22:00:00 +0000
commit243823b91f9bf4eb5f60dbce575904cd20a237ef (patch)
tree1456f51a41bdc93ef5e4ffa040e53790adc13bcd /lib/common/BoxConfig-MSVC.h
parent1072b4054a8e01cd848fd0025d766292f174a609 (diff)
We now have pcreposix.h instead of regex.h, at least if you follow the
MSVC build instructions. (refs #3, merges [1665])
Diffstat (limited to 'lib/common/BoxConfig-MSVC.h')
-rw-r--r--lib/common/BoxConfig-MSVC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common/BoxConfig-MSVC.h b/lib/common/BoxConfig-MSVC.h
index 01fc9c63..0f84f964 100644
--- a/lib/common/BoxConfig-MSVC.h
+++ b/lib/common/BoxConfig-MSVC.h
@@ -176,7 +176,8 @@
/* #undef HAVE_READLINE_READLINE_H */
/* Define to 1 if you have the <regex.h> header file. */
-#define HAVE_REGEX_H 1
+/* #undef HAVE_REGEX_H */
+#define HAVE_PCREPOSIX_H 1
/* Define to 1 if you have the `setproctitle' function. */
/* #undef HAVE_SETPROCTITLE */