123456789101112131415161718192021222324252627282930313233 |
- #define BOOST_PLATFORM "IBM Aix"
- #define BOOST_HAS_UNISTD_H
- #define BOOST_HAS_NL_TYPES_H
- #define BOOST_HAS_NANOSLEEP
- #define BOOST_HAS_CLOCK_GETTIME
- #define BOOST_HAS_STDINT_H
- #define BOOST_HAS_PTHREADS
- #define BOOST_HAS_PTHREAD_DELAY_NP
- #define BOOST_HAS_SCHED_YIELD
- #include <boost/config/detail/posix_features.hpp>
|