We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4bce3e + 3be17f5 commit a53b9daCopy full SHA for a53b9da
1 file changed
include/boost/context/detail/config.hpp
@@ -30,10 +30,6 @@
30
# define BOOST_CONTEXT_DECL
31
#endif
32
33
-#if ! defined(BOOST_USE_UCONTEXT) && defined(__CYGWIN__)
34
-# define BOOST_USE_UCONTEXT
35
-#endif
36
-
37
#if ! defined(BOOST_CONTEXT_SOURCE) && ! defined(BOOST_ALL_NO_LIB) && ! defined(BOOST_CONTEXT_NO_LIB)
38
# define BOOST_LIB_NAME boost_context
39
# if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_CONTEXT_DYN_LINK)
0 commit comments