Warning, file /include/boost/config/platform/cygwin.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 
0007 
0008 
0009 
0010 #define BOOST_PLATFORM "Cygwin"
0011 #define BOOST_HAS_DIRENT_H
0012 #define BOOST_HAS_LOG1P
0013 #define BOOST_HAS_EXPM1
0014 
0015 
0016 
0017 
0018 
0019 #define BOOST_HAS_UNISTD_H
0020 #include <unistd.h>
0021 #if defined(_POSIX_THREADS) && (_POSIX_THREADS+0 >= 0) && !defined(BOOST_HAS_WINTHREADS)
0022 #  define BOOST_HAS_PTHREADS
0023 #  define BOOST_HAS_SCHED_YIELD
0024 #  define BOOST_HAS_GETTIMEOFDAY
0025 #  define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
0026 
0027 #else
0028 #  if !defined(BOOST_HAS_WINTHREADS)
0029 #     define BOOST_HAS_WINTHREADS
0030 #  endif
0031 #  define BOOST_HAS_FTIME
0032 #endif
0033 
0034 
0035 
0036 
0037 #include <sys/types.h>
0038 #ifdef _STDINT_H
0039 #define BOOST_HAS_STDINT_H
0040 #endif
0041 #if __GNUC__ > 5 && !defined(BOOST_HAS_STDINT_H)
0042 #   define BOOST_HAS_STDINT_H
0043 #endif
0044 
0045 #include <cygwin/version.h>
0046 #if (CYGWIN_VERSION_API_MAJOR == 0 && CYGWIN_VERSION_API_MINOR < 231)
0047 
0048 #define BOOST_NO_FENV_H
0049 #endif
0050 
0051 
0052 #ifndef BOOST_NO_CXX14_HDR_SHARED_MUTEX
0053 #include <pthread.h>
0054 #if !(__XSI_VISIBLE >= 500 || __POSIX_VISIBLE >= 200112)
0055 #  define BOOST_NO_CXX14_HDR_SHARED_MUTEX
0056 #endif
0057 #endif
0058 
0059 
0060 #include <boost/config/detail/posix_features.hpp>
0061 
0062 
0063 
0064 
0065 #ifdef BOOST_HAS_NL_TYPES_H
0066 #  undef BOOST_HAS_NL_TYPES_H
0067 #endif
0068 
0069 
0070 
0071