summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-18 20:42:33 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-18 20:42:33 +0200
commit1cfbc7298525656701f32224e1ed42a3e835835a (patch)
tree1c56f8fd2a4a872e6fc4ad23e0b69cac81248234 /config.h.in
parentfc3c50063f659584b2145addab8236a479a031b7 (diff)
downloadmad-1cfbc7298525656701f32224e1ed42a3e835835a.tar
mad-1cfbc7298525656701f32224e1ed42a3e835835a.zip
Von libpcrecpp auf boost-regex migriert
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c3fa2b5..f330ce6 100644
--- a/config.h.in
+++ b/config.h.in
@@ -30,6 +30,9 @@
/* define if the Boost library is available */
#undef HAVE_BOOST
+/* define if the Boost::Regex library is available */
+#undef HAVE_BOOST_REGEX
+
/* define if the Boost::Signals library is available */
#undef HAVE_BOOST_SIGNALS