Back to home page

EIC code displayed by LXR

 
 

    


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

0001 //  (C) Copyright Jim Douglas 2005. 
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 //  QNX specific config options:
0009 
0010 #define BOOST_PLATFORM "QNX"
0011 
0012 #define BOOST_HAS_UNISTD_H
0013 #include <boost/config/detail/posix_features.hpp>
0014 
0015 // QNX claims XOpen version 5 compatibility, but doesn't have an nl_types.h
0016 // or log1p and expm1:
0017 #undef  BOOST_HAS_NL_TYPES_H
0018 #undef  BOOST_HAS_LOG1P
0019 #undef  BOOST_HAS_EXPM1
0020 
0021 #define BOOST_HAS_PTHREADS
0022 #define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
0023 
0024 #define BOOST_HAS_GETTIMEOFDAY
0025 #define BOOST_HAS_CLOCK_GETTIME
0026 #define BOOST_HAS_NANOSLEEP
0027 
0028 
0029 
0030 
0031