2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-16 13:22:13 +00:00

Add Open64 detection macros.

[SVN r56294]
This commit is contained in:
John Maddock
2009-09-18 10:43:09 +00:00
parent e1bfdd03e4
commit 808dc4fec6

View File

@@ -305,6 +305,8 @@ void print_compiler_macros()
PRINT_MACRO(__QNXNTO__);
PRINT_MACRO(__QNX__);
PRINT_MACRO(_NTO_VERSION);
PRINT_MACRO(__OPEN64__);
PRINT_MACRO(__open64);
}
void print_stdlib_macros()