New CPPDUALS: re-enable compiling with CYGWIN

This commit is contained in:
Holger Vogt 2025-06-13 15:29:45 +02:00
parent 7f8f510e91
commit 508ab3bd8c
1 changed files with 2 additions and 0 deletions

View File

@ -44,9 +44,11 @@ _LIBCPP_END_NAMESPACE_STD
/// Configure whether system has POSIX extern int signgam;
#ifndef CPPDUALS_HAVE_SIGNGAM
#ifndef _WIN32
#ifndef __CYGWIN__
#define CPPDUALS_HAVE_SIGNGAM 1
#endif
#endif
#endif
namespace duals {
/**