--- boost/config/detail/select_platform_config.hpp.orig 2016-09-29 02:00:13.051528000 +0200 +++ boost/config/detail/select_platform_config.hpp 2016-09-29 02:00:38.554320000 +0200 @@ -17,7 +17,7 @@ // linux, also other platforms (Hurd etc) that use GLIBC, should these really have their own config headers though? # define BOOST_PLATFORM_CONFIG "boost/config/platform/linux.hpp" -#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) +#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__BSDSUniX__) // BSD: # define BOOST_PLATFORM_CONFIG "boost/config/platform/bsd.hpp"