diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 94b640e8..81385a8d 100644 --- a/config.h.in +++ b/config.h.in @@ -38,6 +38,10 @@ /* Define to 1 if you have the <boost/algorithm/string.hpp> header file. */ #undef HAVE_BOOST_ALGORITHM_STRING_HPP +/* Define to 1 if you have the <boost/algorithm/string/join.hpp> header file. + */ +#undef HAVE_BOOST_ALGORITHM_STRING_JOIN_HPP + /* Define to 1 if you have the <boost/array.hpp> header file. */ #undef HAVE_BOOST_ARRAY_HPP @@ -264,6 +268,9 @@ /* Define to 1 if you have the <boost/unordered_set.hpp> header file. */ #undef HAVE_BOOST_UNORDERED_SET_HPP +/* Define to 1 if you have the <boost/utility.hpp> header file. */ +#undef HAVE_BOOST_UTILITY_HPP + /* Define to 1 if you have the <boost/variant.hpp> header file. */ #undef HAVE_BOOST_VARIANT_HPP @@ -353,6 +360,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define if the Qt frontend is included in the build. */ +#undef HAVE_QT + /* Define if setlocale is available in locale.h */ #undef HAVE_SETLOCALE |