blob: f5f745791856b9c918907866ec3791865492d0e6 [file] [log] [blame]
Jeff Thompsonf7d49942013-08-01 16:47:40 -07001// (C) Copyright Artyom Beilis 2010.
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
Jeff Thompson3d613fd2013-10-15 15:39:04 -07006#ifndef NDNBOOST_CONFIG_PLATFORM_VMS_HPP
7#define NDNBOOST_CONFIG_PLATFORM_VMS_HPP
Jeff Thompsonf7d49942013-08-01 16:47:40 -07008
Jeff Thompson3d613fd2013-10-15 15:39:04 -07009#define NDNBOOST_PLATFORM "OpenVMS"
Jeff Thompsonf7d49942013-08-01 16:47:40 -070010
Jeff Thompson3d613fd2013-10-15 15:39:04 -070011#undef NDNBOOST_HAS_STDINT_H
12#define NDNBOOST_HAS_UNISTD_H
13#define NDNBOOST_HAS_NL_TYPES_H
14#define NDNBOOST_HAS_GETTIMEOFDAY
15#define NDNBOOST_HAS_DIRENT_H
16#define NDNBOOST_HAS_PTHREADS
17#define NDNBOOST_HAS_NANOSLEEP
18#define NDNBOOST_HAS_CLOCK_GETTIME
19#define NDNBOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
20#define NDNBOOST_HAS_LOG1P
21#define NDNBOOST_HAS_EXPM1
22#define NDNBOOST_HAS_THREADS
23#undef NDNBOOST_HAS_SCHED_YIELD
Jeff Thompsonf7d49942013-08-01 16:47:40 -070024
25#endif