From d29400ed08b4b0d41da3b5e048daf8e659b0b79f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 12 Jan 2005 12:37:18 +0000 Subject: [PATCH] Free BSD 5 does have wide character support [SVN r26680] --- include/boost/config/platform/bsd.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/config/platform/bsd.hpp b/include/boost/config/platform/bsd.hpp index 4f04ed2a..09988e0c 100644 --- a/include/boost/config/platform/bsd.hpp +++ b/include/boost/config/platform/bsd.hpp @@ -41,8 +41,9 @@ // // No wide character support in the BSD header files: // -#define BOOST_NO_CWCHAR - +#if !(defined(__FreeBSD__) && (__FreeBSD__ >= 5)) +# define BOOST_NO_CWCHAR +#endif // // The BSD has macros only, no functions: //