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
6 // See http://www.boost.org for most recent version.
\r
8 // IBM/Aix specific config options:
\r
10 #define BOOST_PLATFORM "IBM Aix"
\r
12 #define BOOST_HAS_UNISTD_H
\r
13 #define BOOST_HAS_NL_TYPES_H
\r
14 #define BOOST_HAS_NANOSLEEP
\r
15 #define BOOST_HAS_CLOCK_GETTIME
\r
17 // This needs support in "boost/cstdint.hpp" exactly like FreeBSD.
\r
18 // This platform has header named <inttypes.h> which includes all
\r
19 // the things needed.
\r
20 #define BOOST_HAS_STDINT_H
\r
23 #define BOOST_HAS_PTHREADS
\r
24 #define BOOST_HAS_PTHREAD_DELAY_NP
\r
25 #define BOOST_HAS_SCHED_YIELD
\r
26 //#define BOOST_HAS_PTHREAD_YIELD
\r
28 // boilerplate code:
\r
29 #include <boost/config/posix_features.hpp>
\r