You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
592 B
27 lines
592 B
|
|
/* Define the location of NGSPICEDATADIR */
|
|
#define NGSPICEDATADIR none
|
|
|
|
/* Define the location of NGSPICEBINDIR */
|
|
#define NGSPICEBINDIR none
|
|
|
|
/* Define the build date */
|
|
#define NGSPICEBUILDDATE none
|
|
|
|
/* Define if we want garbage collection enabled */
|
|
#undef HAVE_LIBGC
|
|
|
|
/* Define if we have termcap */
|
|
#undef HAVE_TERMCAP
|
|
|
|
/* Define if we want NOBYPASS */
|
|
#undef NOBYPASS
|
|
|
|
/* Define if we want predictor algorithm */
|
|
#undef PREDICTOR
|
|
|
|
/* Define if we want spice2 sensitivity analysis */
|
|
#undef WANT_SENSE2
|
|
|
|
/* Define if we want some experimental code */
|
|
#undef EXPERIMENTAL_CODE
|