Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:07

0001 //  (C) Copyright John Maddock 2001 - 2002. 
0002 //  Use, modification and distribution are subject to the 
0003 //  Boost Software License, Version 1.0. (See accompanying file 
0004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 //  See http://www.boost.org for most recent version.
0007 
0008 //  IBM/Aix specific config options:
0009 
0010 #define BOOST_PLATFORM "IBM Aix"
0011 
0012 #define BOOST_HAS_UNISTD_H
0013 #define BOOST_HAS_NL_TYPES_H
0014 #define BOOST_HAS_NANOSLEEP
0015 #define BOOST_HAS_CLOCK_GETTIME
0016 
0017 // This needs support in "boost/cstdint.hpp" exactly like FreeBSD.
0018 // This platform has header named <inttypes.h> which includes all
0019 // the things needed.
0020 #define BOOST_HAS_STDINT_H
0021 
0022 // Threading API's:
0023 #define BOOST_HAS_PTHREADS
0024 #define BOOST_HAS_PTHREAD_DELAY_NP
0025 #define BOOST_HAS_SCHED_YIELD
0026 //#define BOOST_HAS_PTHREAD_YIELD
0027 
0028 // boilerplate code:
0029 #include <boost/config/detail/posix_features.hpp>
0030 
0031 
0032 
0033