Browse Source

visualc, remove unused defines GLOBAL_NODE and HAS_SHWIN

pre-master-46
rlar 11 years ago
parent
commit
0f577ed371
  1. 1
      configure.ac
  2. 3
      visualc-shared/include/ngspice/config.h

1
configure.ac

@ -313,7 +313,6 @@ if test "x$with_ngshared" != x && test "x$with_ngshared" != xno ; then
*mingw* ) *mingw* )
has_shwin=true has_shwin=true
has_no_help=true has_no_help=true
AC_DEFINE([HAS_SHWIN], [1], [ngspice.dll Windows])
;; ;;
*cygwin* ) *cygwin* )
has_shcyg=true has_shcyg=true

3
visualc-shared/include/ngspice/config.h

@ -48,9 +48,6 @@
/* Define if you want to debug frontend */ /* Define if you want to debug frontend */
/* #undef FTEDEBUG */ /* #undef FTEDEBUG */
/* Define to enable the .global keyword */
#define GLOBAL_NODE 1
/* define to specify MS Windows executable */ /* define to specify MS Windows executable */
// #define HAS_WINGUI 1 // #define HAS_WINGUI 1

Loading…
Cancel
Save