New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
qnxnto.hpp in vendors/XIOS/current/extern/boost/include/boost/config/platform – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/config/platform/qnxnto.hpp @ 3428

Last change on this file since 3428 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

File size: 766 bytes
Line 
1//  (C) Copyright Jim Douglas 2005.
2//  Use, modification and distribution are subject to the
3//  Boost Software License, Version 1.0. (See accompanying file
4//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6//  See http://www.boost.org for most recent version.
7
8//  QNX specific config options:
9
10#define BOOST_PLATFORM "QNX"
11
12#define BOOST_HAS_UNISTD_H
13#include <boost/config/posix_features.hpp>
14
15// QNX claims XOpen version 5 compatibility, but doesn't have an nl_types.h
16// or log1p and expm1:
17#undef  BOOST_HAS_NL_TYPES_H
18#undef  BOOST_HAS_LOG1P
19#undef  BOOST_HAS_EXPM1
20
21#define BOOST_HAS_PTHREADS
22#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
23
24#define BOOST_HAS_GETTIMEOFDAY
25#define BOOST_HAS_CLOCK_GETTIME
26#define BOOST_HAS_NANOSLEEP
27
28
29
30
31
Note: See TracBrowser for help on using the repository browser.