2003-10-04 11:29:20 +00:00
|
|
|
// (C) Copyright John Maddock 2001 - 2003.
|
|
|
|
|
// (C) Copyright Jens Maurer 2003.
|
|
|
|
|
// Use, modification and distribution are subject to the
|
|
|
|
|
// Boost Software License, Version 1.0. (See accompanying file
|
|
|
|
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2001-09-18 11:13:39 +00:00
|
|
|
|
|
|
|
|
// See http://www.boost.org for most recent version.
|
|
|
|
|
|
|
|
|
|
// sun specific config options:
|
|
|
|
|
|
2003-07-11 14:22:37 +00:00
|
|
|
#define BOOST_PLATFORM "Sun Solaris"
|
2001-09-18 11:13:39 +00:00
|
|
|
|
2001-10-21 12:01:02 +00:00
|
|
|
#define BOOST_HAS_GETTIMEOFDAY
|
|
|
|
|
|
2001-10-26 11:58:23 +00:00
|
|
|
// boilerplate code:
|
2001-10-27 11:12:54 +00:00
|
|
|
#define BOOST_HAS_UNISTD_H
|
2001-10-26 11:58:23 +00:00
|
|
|
#include <boost/config/posix_features.hpp>
|
2001-10-21 12:01:02 +00:00
|
|
|
|
2001-09-18 11:13:39 +00:00
|
|
|
|
|
|
|
|
|
2003-10-04 11:29:20 +00:00
|
|
|
|