Ticket #2653: boost.diff

File boost.diff, 633 bytes (added by rmh@…, 14 years ago)
  • boost/config/select_platform_config.hpp

     
    1313// <header_name> in order to prevent macro expansion within the header
    1414// name (for example "linux" is a macro on linux systems).
    1515
    16 #if defined(linux) || defined(__linux) || defined(__linux__)
     16#if defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
    1717// linux:
    1818#  define BOOST_PLATFORM_CONFIG "boost/config/platform/linux.hpp"
    1919