]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/config/compiler/sgi_mipspro.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
da028e24405101f8d7686ea42f07c482f216101a
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / config / compiler / sgi_mipspro.hpp
1 //  (C) Copyright John Maddock 2001 - 2002. \r
2 //  Use, modification and distribution are subject to the \r
3 //  Boost Software License, Version 1.0. (See accompanying file \r
4 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5 \r
6 //  See http://www.boost.org for most recent version.\r
7 \r
8 //  SGI C++ compiler setup:\r
9 \r
10 #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION)\r
11 \r
12 #include "boost/config/compiler/common_edg.hpp"\r
13 \r
14 //\r
15 // Threading support:\r
16 // Turn this on unconditionally here, it will get turned off again later\r
17 // if no threading API is detected.\r
18 //\r
19 #define BOOST_HAS_THREADS\r
20 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP\r
21 \r
22 #undef BOOST_NO_SWPRINTF\r
23 #undef BOOST_DEDUCED_TYPENAME\r
24 \r
25 //\r
26 // version check:\r
27 // probably nothing to do here?\r
28 \r
29 \r