2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
/* Define the location of NGSPICEDATADIR */
|
|
|
|
|
#define NGSPICEDATADIR none
|
|
|
|
|
|
|
|
|
|
/* Define the location of NGSPICEBINDIR */
|
|
|
|
|
#define NGSPICEBINDIR none
|
|
|
|
|
|
|
|
|
|
/* Define the build date */
|
|
|
|
|
#define NGSPICEBUILDDATE none
|
|
|
|
|
|
2000-10-14 23:49:25 +02:00
|
|
|
/* Define if we want garbage collection enabled */
|
|
|
|
|
#undef HAVE_LIBGC
|
|
|
|
|
|
2000-04-27 22:03:57 +02:00
|
|
|
/* 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
|
2001-01-24 18:18:35 +01:00
|
|
|
|
|
|
|
|
/* Define if we want noise integration code */
|
|
|
|
|
#undef INT_NOISE
|
2001-05-13 15:24:12 +02:00
|
|
|
|
|
|
|
|
/* Undefine HAVE_EKV since it is not included in the standard distribution */
|
|
|
|
|
#undef HAVE_EKV
|
|
|
|
|
|
2002-01-03 23:44:21 +01:00
|
|
|
/* Undefine HAVE_GNUREADLINE */
|
2001-05-13 15:24:12 +02:00
|
|
|
#undef HAVE_GNUREADLINE
|
2001-11-25 19:11:44 +01:00
|
|
|
|
2001-12-02 21:12:56 +01:00
|
|
|
/* We do not want spurios debug info into non-developer code */
|
|
|
|
|
#undef FTEDEBUG
|
2002-01-03 23:44:21 +01:00
|
|
|
|
|
|
|
|
/* Generate MS WINDOWS executable */
|
|
|
|
|
#undef HAS_WINDOWS
|
|
|
|
|
|
|
|
|
|
/* get system memory and time */
|
|
|
|
|
#undef HAVE__MEMAVL
|