look for __linux__ as well

[SVN r11237]
This commit is contained in:
Jens Maurer
2001-09-24 20:54:37 +00:00
parent 25ae369ef7
commit 89bddb477b

View File

@ -12,7 +12,7 @@
// <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) #if defined(linux) || defined(__linux) || defined(__linux__)
// linux: // linux:
# define BOOST_PLATFORM_CONFIG "boost/config/platform/linux.hpp" # define BOOST_PLATFORM_CONFIG "boost/config/platform/linux.hpp"