enable compiling with CYGWIN
signgam for lgamma is not available
This commit is contained in:
parent
f5b39106e2
commit
655acd9be6
|
|
@ -34,9 +34,11 @@
|
||||||
/// Configure whether system has POSIX extern int signgam;
|
/// Configure whether system has POSIX extern int signgam;
|
||||||
#ifndef CPPDUALS_HAVE_SIGNGAM
|
#ifndef CPPDUALS_HAVE_SIGNGAM
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
#ifndef __CYGWIN__
|
||||||
#define CPPDUALS_HAVE_SIGNGAM 1
|
#define CPPDUALS_HAVE_SIGNGAM 1
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
namespace duals {
|
namespace duals {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue