From 3be17f5ccb244dc1173c59880c9423a91ab0cfce Mon Sep 17 00:00:00 2001 From: David McFarland Date: Wed, 17 Dec 2025 12:54:17 -0400 Subject: [PATCH] Don't default to ucontext on cygwin. --- include/boost/context/detail/config.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/context/detail/config.hpp b/include/boost/context/detail/config.hpp index beec75f1..9de34fe7 100644 --- a/include/boost/context/detail/config.hpp +++ b/include/boost/context/detail/config.hpp @@ -30,10 +30,6 @@ # define BOOST_CONTEXT_DECL #endif -#if ! defined(BOOST_USE_UCONTEXT) && defined(__CYGWIN__) -# define BOOST_USE_UCONTEXT -#endif - #if ! defined(BOOST_CONTEXT_SOURCE) && ! defined(BOOST_ALL_NO_LIB) && ! defined(BOOST_CONTEXT_NO_LIB) # define BOOST_LIB_NAME boost_context # if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_CONTEXT_DYN_LINK)