Ticket #2084: patch

File patch, 405 bytes (added by brook@…, 14 years ago)

patch boost/config/platform/bsd.hpp for NetBSD wchar support

  • ./boost/config/platform/bsd.hpp

    old new  
    4343//
    4444// No wide character support in the BSD header files:
    4545//
    46 #if !(defined(__FreeBSD__) && (__FreeBSD__ >= 5))
     46#if !(defined(__FreeBSD__) && (__FreeBSD__ >= 5) || defined(__NetBSD__))
    4747#  define BOOST_NO_CWCHAR
    4848#endif
    4949//