qnxnto.hpp
Go to the documentation of this file.
00001 //  (C) Copyright Jim Douglas 2005. 
00002 //  Use, modification and distribution are subject to the 
00003 //  Boost Software License, Version 1.0. (See accompanying file 
00004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00005 
00006 //  See http://www.boost.org for most recent version.
00007 
00008 //  QNX specific config options:
00009 
00010 #define BOOST_PLATFORM "QNX"
00011 
00012 #define BOOST_HAS_UNISTD_H
00013 #include <boost/config/posix_features.hpp>
00014 
00015 // QNX claims XOpen version 5 compatibility, but doesn't have an nl_types.h
00016 // or log1p and expm1:
00017 #undef  BOOST_HAS_NL_TYPES_H
00018 #undef  BOOST_HAS_LOG1P
00019 #undef  BOOST_HAS_EXPM1
00020 
00021 #define BOOST_HAS_PTHREADS
00022 #define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
00023 
00024 #define BOOST_HAS_GETTIMEOFDAY
00025 #define BOOST_HAS_CLOCK_GETTIME
00026 #define BOOST_HAS_NANOSLEEP
00027 
00028 
00029 
00030 
00031 


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29