blob: f70efcfb8ef5e36f161dfc29d7f6597482381721 [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
6#ifndef BOOST_CONFIG_PLATFORM_VMS_HPP
7#define BOOST_CONFIG_PLATFORM_VMS_HPP
8
9#define BOOST_PLATFORM "OpenVMS"
10
11#undef BOOST_HAS_STDINT_H
12#define BOOST_HAS_UNISTD_H
13#define BOOST_HAS_NL_TYPES_H
14#define BOOST_HAS_GETTIMEOFDAY
15#define BOOST_HAS_DIRENT_H
16#define BOOST_HAS_PTHREADS
17#define BOOST_HAS_NANOSLEEP
18#define BOOST_HAS_CLOCK_GETTIME
19#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
20#define BOOST_HAS_LOG1P
21#define BOOST_HAS_EXPM1
22#define BOOST_HAS_THREADS
23#undef BOOST_HAS_SCHED_YIELD
24
25#endif