vms.hpp 749 B

12345678910111213141516171819202122232425
  1. // (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. #ifndef BOOST_CONFIG_PLATFORM_VMS_HPP
  6. #define BOOST_CONFIG_PLATFORM_VMS_HPP
  7. #define BOOST_PLATFORM "OpenVMS"
  8. #undef BOOST_HAS_STDINT_H
  9. #define BOOST_HAS_UNISTD_H
  10. #define BOOST_HAS_NL_TYPES_H
  11. #define BOOST_HAS_GETTIMEOFDAY
  12. #define BOOST_HAS_DIRENT_H
  13. #define BOOST_HAS_PTHREADS
  14. #define BOOST_HAS_NANOSLEEP
  15. #define BOOST_HAS_CLOCK_GETTIME
  16. #define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
  17. #define BOOST_HAS_LOG1P
  18. #define BOOST_HAS_EXPM1
  19. #define BOOST_HAS_THREADS
  20. #undef BOOST_HAS_SCHED_YIELD
  21. #endif