46 lines
1004 B
C
46 lines
1004 B
C
|
|
/* 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
|
|
|
|
/* Define if we want noise integration code */
|
|
#undef INT_NOISE
|
|
|
|
/* Undefine HAVE_EKV since it is not included in the standard distribution */
|
|
#undef HAVE_EKV
|
|
|
|
/* Undefine HAVE_GNUREADLINE */
|
|
#undef HAVE_GNUREADLINE
|
|
|
|
/* We do not want spurios debug info into non-developer code */
|
|
#undef FTEDEBUG
|
|
|
|
/* Generate MS WINDOWS executable */
|
|
#undef HAS_WINDOWS
|
|
|
|
/* get system memory and time */
|
|
#undef HAVE__MEMAVL
|