summaryrefslogtreecommitdiff
path: root/lib/common/BoxConfig-MSVC.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-12-29 21:58:22 +0000
committerChris Wilson <chris+github@qwirx.com>2006-12-29 21:58:22 +0000
commitd301501f11ec0f3a9fc079f995367c6deb6a5c48 (patch)
tree25f6539e63b0d5c6b64da48768eda5c109c39c54 /lib/common/BoxConfig-MSVC.h
parent44529e9be1a198e3a78b3dc3e971b9fe572d086d (diff)
Visual Studio 2005 compile fixes, thanks to Gary.
Enable (and require) PCRE when building with Visual Studio 2005.
Diffstat (limited to 'lib/common/BoxConfig-MSVC.h')
-rw-r--r--lib/common/BoxConfig-MSVC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/BoxConfig-MSVC.h b/lib/common/BoxConfig-MSVC.h
index edc44a75..ff7bf14e 100644
--- a/lib/common/BoxConfig-MSVC.h
+++ b/lib/common/BoxConfig-MSVC.h
@@ -82,7 +82,7 @@
/* #undef HAVE_GETPEEREID */
/* Define to 1 if you have the `getpid' function. */
-#define HAVE_GETPID 1
+// #define HAVE_GETPID 1
/* Define to 1 if you have the `getxattr' function. */
/* #undef HAVE_GETXATTR */
@@ -172,7 +172,7 @@
/* #undef HAVE_READLINE_READLINE_H */
/* Define to 1 if you have the <regex.h> header file. */
-// #define HAVE_REGEX_H 1
+#define HAVE_REGEX_H 1
/* Define to 1 if you have the `setproctitle' function. */
/* #undef HAVE_SETPROCTITLE */