|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66492 - trunk/libs/config/test
From: john_at_[hidden]
Date: 2010-11-11 11:35:05
Author: johnmaddock
Date: 2010-11-11 11:35:00 EST (Thu, 11 Nov 2010)
New Revision: 66492
URL: http://svn.boost.org/trac/boost/changeset/66492
Log:
Add some more macros to diagnostic list
Text files modified:
trunk/libs/config/test/config_info.cpp | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
Modified: trunk/libs/config/test/config_info.cpp
==============================================================================
--- trunk/libs/config/test/config_info.cpp (original)
+++ trunk/libs/config/test/config_info.cpp 2010-11-11 11:35:00 EST (Thu, 11 Nov 2010)
@@ -27,6 +27,10 @@
#include <unistd.h>
#endif
+#if defined(__MINGW32__)
+# include <_mingw.h>
+#endif
+
static unsigned int indent = 4;
static unsigned int width = 40;
@@ -794,6 +798,8 @@
PRINT_MACRO(_THREAD_SAFE);
PRINT_MACRO(_XOPEN_SOURCE_EXTENDED);
PRINT_MACRO(XPG);
+ PRINT_MACRO(__MINGW32_MAJOR_VERSION);
+ PRINT_MACRO(__MINGW32_MINOR_VERSION);
// POSIX:
PRINT_MACRO(_POSIX_ADVISORY_INFO);
PRINT_MACRO(_POSIX_ASYNCHRONOUS_IO);
@@ -900,6 +906,7 @@
PRINT_MACRO(BOOST_DISABLE_THREADS);
PRINT_MACRO(BOOST_DISABLE_WIN32);
PRINT_MACRO(BOOST_HAS_THREADS);
+ PRINT_MACRO(BOOST_WINDOWS);
// BEGIN GENERATED BLOCK DO NOT EDIT THIS!!!!!!
PRINT_MACRO(BOOST_BCB_PARTIAL_SPECIALIZATION_BUG);
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk