2001-09-18 11:13:39 +00:00
|
|
|
// (C) Copyright Boost.org 2001. Permission to copy, use, modify, sell and
|
|
|
|
|
// distribute this software is granted provided this copyright notice appears
|
|
|
|
|
// in all copies. This software is provided "as is" without express or implied
|
|
|
|
|
// warranty, and with no claim as to its suitability for any purpose.
|
|
|
|
|
|
|
|
|
|
// 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
|
|
|
|
|
|
|
|
|