enable compiling with CYGWIN

signgam for lgamma is not available
This commit is contained in:
Holger Vogt 2020-11-02 23:33:13 +01:00
parent aed46e9802
commit a815d279d2
1 changed files with 2 additions and 0 deletions

View File

@ -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 {
/**