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

Private GIT Repository
af776bddb359d355fb73f2434aab6251b21049a9
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / config / platform / solaris.hpp
1 //  (C) Copyright John Maddock 2001 - 2003. \r
2 //  (C) Copyright Jens Maurer 2003. \r
3 //  Use, modification and distribution are subject to the \r
4 //  Boost Software License, Version 1.0. (See accompanying file \r
5 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
6 \r
7 //  See http://www.boost.org for most recent version.\r
8 \r
9 //  sun specific config options:\r
10 \r
11 #define BOOST_PLATFORM "Sun Solaris"\r
12 \r
13 #define BOOST_HAS_GETTIMEOFDAY\r
14 \r
15 // boilerplate code:\r
16 #define BOOST_HAS_UNISTD_H\r
17 #include <boost/config/posix_features.hpp>\r
18 \r
19 //\r
20 // pthreads don't actually work with gcc unless _PTHREADS is defined:\r
21 //\r
22 #if defined(__GNUC__) && defined(_POSIX_THREADS) && !defined(_PTHREADS)\r
23 # undef BOOST_HAS_PTHREADS\r
24 #endif\r
25 \r
26 \r
27 \r
28 \r