From 071f5463d723b936a8befdc9bdcc61cc6dd6bb28 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 23 Sep 2017 21:20:36 +0200 Subject: [PATCH] config.h, disable XSPICE and CIDER --- visualc/src/include/ngspice/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/visualc/src/include/ngspice/config.h b/visualc/src/include/ngspice/config.h index 642023e90..9fc3ae25d 100644 --- a/visualc/src/include/ngspice/config.h +++ b/visualc/src/include/ngspice/config.h @@ -12,7 +12,7 @@ /* #undef CAPBYPASS */ /* The CIDER enhancements */ -#define CIDER 1 +/* #undef CIDER */ /* Define to 1 if the `closedir' function returns void instead of `int'. */ /* #undef CLOSEDIR_VOID */ @@ -546,7 +546,7 @@ #define WITH_PSS /**/ /* The xspice enhancements */ -#define XSPICE 1 +/* undef XSPICE */ /* Define to 1 if the X Window System is missing or not being used. */ #define X_DISPLAY_MISSING 1