Back to home page

EIC code displayed by LXR

 
 

    


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

0001 //  Copyright (c) 2017 Dynatrace
0002 //
0003 //  Distributed under the Boost Software License, Version 1.0.
0004 //  See accompanying file LICENSE_1_0.txt or copy at
0005 //  http://www.boost.org/LICENSE_1_0.txt
0006 
0007 //  See http://www.boost.org for most recent version.
0008 
0009 //  Platform setup for IBM z/OS.
0010 
0011 #define BOOST_PLATFORM "IBM z/OS"
0012 
0013 #include <features.h> // For __UU, __C99, __TR1, ...
0014 
0015 #if defined(__UU)
0016 #  define BOOST_HAS_GETTIMEOFDAY
0017 #endif
0018 
0019 #if defined(_OPEN_THREADS) || defined(__SUSV3_THR)
0020 #  define BOOST_HAS_PTHREADS
0021 #  define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
0022 #  define BOOST_HAS_THREADS
0023 #endif
0024 
0025 #if defined(__SUSV3) || defined(__SUSV3_THR)
0026 #  define BOOST_HAS_SCHED_YIELD
0027 #endif
0028 
0029 #define BOOST_HAS_SIGACTION
0030 #define BOOST_HAS_UNISTD_H
0031 #define BOOST_HAS_DIRENT_H
0032 #define BOOST_HAS_NL_TYPES_H