From 4b1f2647041be7515bcf9b983144a8c905bc4609 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sun, 3 Jan 2016 11:23:42 +0100 Subject: [PATCH] visualc/include/ngspice/config.h, scalbn() and erfc() are available in VS 2015 --- visualc/include/ngspice/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/visualc/include/ngspice/config.h b/visualc/include/ngspice/config.h index 83f138895..5b4ffe2d3 100644 --- a/visualc/include/ngspice/config.h +++ b/visualc/include/ngspice/config.h @@ -127,7 +127,7 @@ /* #undef HAVE_ENDPWENT */ /* Define to 1 if you have the `erfc' function. */ -/* #undef HAVE_ERFC */ +#define HAVE_ERFC 1 /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 @@ -258,7 +258,7 @@ #define HAVE_SCALB 1 /* Define to 1 if you have the `scalbn' function. */ -/* #undef HAVE_SCALBN */ +#define HAVE_SCALBN 1 /* Define to 1 if you have the `select' function. */ /* #undef HAVE_SELECT */