sgi_mipspro.hpp 774 B

1234567891011121314151617181920212223242526272829
  1. // (C) Copyright John Maddock 2001 - 2002.
  2. // Use, modification and distribution are subject to the
  3. // Boost Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. // See http://www.boost.org for most recent version.
  6. // SGI C++ compiler setup:
  7. #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION)
  8. #include <boost/config/compiler/common_edg.hpp>
  9. //
  10. // Threading support:
  11. // Turn this on unconditionally here, it will get turned off again later
  12. // if no threading API is detected.
  13. //
  14. #define BOOST_HAS_THREADS
  15. #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
  16. #undef BOOST_NO_SWPRINTF
  17. #undef BOOST_DEDUCED_TYPENAME
  18. //
  19. // version check:
  20. // probably nothing to do here?