Warning, file /include/boost/config/platform/vms.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006 #ifndef BOOST_CONFIG_PLATFORM_VMS_HPP
0007 #define BOOST_CONFIG_PLATFORM_VMS_HPP
0008
0009 #define BOOST_PLATFORM "OpenVMS"
0010
0011 #undef BOOST_HAS_STDINT_H
0012 #define BOOST_HAS_UNISTD_H
0013 #define BOOST_HAS_NL_TYPES_H
0014 #define BOOST_HAS_GETTIMEOFDAY
0015 #define BOOST_HAS_DIRENT_H
0016 #define BOOST_HAS_PTHREADS
0017 #define BOOST_HAS_NANOSLEEP
0018 #define BOOST_HAS_CLOCK_GETTIME
0019 #define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
0020 #define BOOST_HAS_LOG1P
0021 #define BOOST_HAS_EXPM1
0022 #define BOOST_HAS_THREADS
0023 #undef BOOST_HAS_SCHED_YIELD
0024
0025 #endif