mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-29 01:04:55 +02:00
New CPPDUALS: re-enable compiling with CYGWIN
This commit is contained in:
@@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user