blob: 972bf5c857716cfa1e7d2350219b17d9ab82b648 [file] [log] [blame]
Jeff Thompsonf7d49942013-08-01 16:47:40 -07001// (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
Jeff Thompson3d613fd2013-10-15 15:39:04 -070010#define NDNBOOST_PLATFORM "QNX"
Jeff Thompsonf7d49942013-08-01 16:47:40 -070011
Jeff Thompson3d613fd2013-10-15 15:39:04 -070012#define NDNBOOST_HAS_UNISTD_H
Jeff Thompson2277ce52013-08-01 17:34:11 -070013#include <ndnboost/config/posix_features.hpp>
Jeff Thompsonf7d49942013-08-01 16:47:40 -070014
15// QNX claims XOpen version 5 compatibility, but doesn't have an nl_types.h
16// or log1p and expm1:
Jeff Thompson3d613fd2013-10-15 15:39:04 -070017#undef NDNBOOST_HAS_NL_TYPES_H
18#undef NDNBOOST_HAS_LOG1P
19#undef NDNBOOST_HAS_EXPM1
Jeff Thompsonf7d49942013-08-01 16:47:40 -070020
Jeff Thompson3d613fd2013-10-15 15:39:04 -070021#define NDNBOOST_HAS_PTHREADS
22#define NDNBOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
Jeff Thompsonf7d49942013-08-01 16:47:40 -070023
Jeff Thompson3d613fd2013-10-15 15:39:04 -070024#define NDNBOOST_HAS_GETTIMEOFDAY
25#define NDNBOOST_HAS_CLOCK_GETTIME
26#define NDNBOOST_HAS_NANOSLEEP
Jeff Thompsonf7d49942013-08-01 16:47:40 -070027
28
29
30
31