From 458d542084ef997aecb13b0efe46aea853bab014 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 7 Feb 2006 11:04:15 +0000 Subject: [PATCH] Give BOOST_SLIST_HEADER a default value. [SVN r32696] --- include/boost/config/suffix.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/boost/config/suffix.hpp b/include/boost/config/suffix.hpp index 2ba75f58..6a0f5738 100644 --- a/include/boost/config/suffix.hpp +++ b/include/boost/config/suffix.hpp @@ -264,6 +264,13 @@ # define BOOST_NO_HASH # endif +// +// Set BOOST_SLIST_HEADER if not set already: +// +#if defined(BOOST_HAS_SLIST) && !defined(BOOST_SLIST_HEADER) +# define BOOST_SLIST_HEADER +#endif + // BOOST_HAS_ABI_HEADERS // This macro gets set if we have headers that fix the ABI, // and prevent ODR violations when linking to external libraries: