1 // (C) Copyright Jim Douglas 2005.
\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 // QNX specific config options:
\r
10 #define BOOST_PLATFORM "QNX"
\r
12 #define BOOST_HAS_UNISTD_H
\r
13 #include <boost/config/posix_features.hpp>
\r
15 // QNX claims XOpen version 5 compatibility, but doesn't have an nl_types.h
\r
16 // or log1p and expm1:
\r
17 #undef BOOST_HAS_NL_TYPES_H
\r
18 #undef BOOST_HAS_LOG1P
\r
19 #undef BOOST_HAS_EXPM1
\r
21 #define BOOST_HAS_PTHREADS
\r
22 #define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
\r
24 #define BOOST_HAS_GETTIMEOFDAY
\r
25 #define BOOST_HAS_CLOCK_GETTIME
\r
26 #define BOOST_HAS_NANOSLEEP
\r