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
7 // See http://www.boost.org for most recent version.
\r
9 // sun specific config options:
\r
11 #define BOOST_PLATFORM "Sun Solaris"
\r
13 #define BOOST_HAS_GETTIMEOFDAY
\r
15 // boilerplate code:
\r
16 #define BOOST_HAS_UNISTD_H
\r
17 #include <boost/config/posix_features.hpp>
\r
20 // pthreads don't actually work with gcc unless _PTHREADS is defined:
\r
22 #if defined(__GNUC__) && defined(_POSIX_THREADS) && !defined(_PTHREADS)
\r
23 # undef BOOST_HAS_PTHREADS
\r