00001 // (C) Copyright John Maddock 2001 - 2002. 00002 // Use, modification and distribution are subject to the 00003 // Boost Software License, Version 1.0. (See accompanying file 00004 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00005 00006 // See http://www.boost.org for most recent version. 00007 00008 // IBM/Aix specific config options: 00009 00010 #define BOOST_PLATFORM "IBM Aix" 00011 00012 #define BOOST_HAS_UNISTD_H 00013 #define BOOST_HAS_NL_TYPES_H 00014 #define BOOST_HAS_NANOSLEEP 00015 #define BOOST_HAS_CLOCK_GETTIME 00016 00017 // This needs support in "boost/cstdint.hpp" exactly like FreeBSD. 00018 // This platform has header named <inttypes.h> which includes all 00019 // the things needed. 00020 #define BOOST_HAS_STDINT_H 00021 00022 // Threading API's: 00023 #define BOOST_HAS_PTHREADS 00024 #define BOOST_HAS_PTHREAD_DELAY_NP 00025 #define BOOST_HAS_SCHED_YIELD 00026 //#define BOOST_HAS_PTHREAD_YIELD 00027 00028 // boilerplate code: 00029 #include <boost/config/posix_features.hpp> 00030 00031 00032 00033
1.5.6