forked from boostorg/config
Free BSD 5 does have wide character support
[SVN r26680]
This commit is contained in:
@ -41,8 +41,9 @@
|
|||||||
//
|
//
|
||||||
// No wide character support in the BSD header files:
|
// 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:
|
// The BSD <ctype.h> has macros only, no functions:
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user