forked from boostorg/config
@ -13,8 +13,8 @@
|
|||||||
// <header_name> in order to prevent macro expansion within the header
|
// <header_name> in order to prevent macro expansion within the header
|
||||||
// name (for example "linux" is a macro on linux systems).
|
// name (for example "linux" is a macro on linux systems).
|
||||||
|
|
||||||
#if defined(linux) || defined(__linux) || defined(__linux__)
|
#if defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
|
||||||
// linux:
|
// 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"
|
# 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__)
|
||||||
|
Reference in New Issue
Block a user