Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:07

0001 //  (C) Copyright Artyom Beilis 2010.  
0002 //  Use, modification and distribution are subject to the  
0003 //  Boost Software License, Version 1.0. (See accompanying file  
0004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 
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