From ad37b95cf15daaa81ed539c3743c2063c76ba73b Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 23 Oct 2015 17:52:41 +0200 Subject: [PATCH] visualc-shared, unify config.h --- visualc-shared/include/ngspice/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/visualc-shared/include/ngspice/config.h b/visualc-shared/include/ngspice/config.h index 40e89e805..d654b03e6 100644 --- a/visualc-shared/include/ngspice/config.h +++ b/visualc-shared/include/ngspice/config.h @@ -233,7 +233,6 @@ /* Define to 1 if you have the `scalb' function. */ #define HAVE_SCALB 1 -#define scalb _scalb /* Define to 1 if you have the `scalbn' function. */ /* #undef HAVE_SCALBN */ @@ -500,6 +499,9 @@ /* Define if we want spice2 sensitivity analysis */ /* #undef WANT_SENSE2 */ +/* Define if you want PSS analysis */ +#define WITH_PSS /**/ + /* The xspice enhancements */ #define XSPICE 1