]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/config/platform/qnxnto.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
102f27c69227f227fd7be0e217ad751e357dad17
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / config / platform / qnxnto.hpp
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
5 \r
6 //  See http://www.boost.org for most recent version.\r
7 \r
8 //  QNX specific config options:\r
9 \r
10 #define BOOST_PLATFORM "QNX"\r
11 \r
12 #define BOOST_HAS_UNISTD_H\r
13 #include <boost/config/posix_features.hpp>\r
14 \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
20 \r
21 #define BOOST_HAS_PTHREADS\r
22 #define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE\r
23 \r
24 #define BOOST_HAS_GETTIMEOFDAY\r
25 #define BOOST_HAS_CLOCK_GETTIME\r
26 #define BOOST_HAS_NANOSLEEP\r
27 \r
28 \r
29 \r
30 \r
31 \r