diff --git a/src/include/cppduals/duals/dual b/src/include/cppduals/duals/dual index 4105a1778..ab2141ea3 100644 --- a/src/include/cppduals/duals/dual +++ b/src/include/cppduals/duals/dual @@ -34,9 +34,11 @@ /// 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 { /**