Free BSD 5 does have wide character support

[SVN r26680]
This commit is contained in:
John Maddock
2005-01-12 12:37:18 +00:00
parent a33cd9f728
commit d29400ed08

View File

@ -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 <ctype.h> has macros only, no functions:
//