From acdd93f1578527457ada54080199d49525b83551 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 30 Jun 2024 14:24:09 +0200 Subject: [PATCH] If compiling shared ngspice, don't set up a terminal. --- src/frontend/terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/terminal.c b/src/frontend/terminal.c index 98c58f8ed..709ff37c1 100644 --- a/src/frontend/terminal.c +++ b/src/frontend/terminal.c @@ -43,7 +43,7 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group bool out_moremode = FALSE; bool out_isatty = TRUE; -#ifndef TCL_MODULE +#if !defined (TCL_MODULE) && !defined (SHARED_MODULE) #ifdef HAVE_TERMCAP static char *motion_chars;