mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 11:09:28 +02:00
enable compiling with CYGWIN
signgam for lgamma is not available
This commit is contained in:
@@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user