From fc3c50063f659584b2145addab8236a479a031b7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 18 May 2009 19:53:51 +0200 Subject: Von sigc++ auf boost-signals migriert --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 914c020..c3fa2b5 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::Signals library is available */ +#undef HAVE_BOOST_SIGNALS + /* define if the Boost::Thread library is available */ #undef HAVE_BOOST_THREAD -- cgit v1.2.3