ngspice/acconfig.h

76 lines
1.7 KiB
C
Raw Normal View History

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
/* 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
2003-08-11 22:59:48 +02:00
/* Define if we want to bypass cbd/cbs calculation for non varying vbs/vbd */
2003-08-12 00:32:15 +02:00
#undef CAPBYPASS
2003-08-11 22:59:48 +02:00
/* Define if we want to bypass cbd/cbs calculation if Czero is zero */
#undef CAPZEROBYPASS
/* Experimental code never implemented to damp Newton iterations */
#undef NODELIMITING
2000-04-27 22:03:57 +02:00
/* 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
2003-08-11 22:59:48 +02:00
/* Define if we have GNU readline */
#undef HAVE_GNUREADLINE
2001-11-25 19:11:44 +01:00
/* We do not want spurios debug info into non-developer code */
#undef FTEDEBUG
2002-01-03 23:44:21 +01:00
2003-08-11 22:59:48 +02:00
/* Do not trigger unwanted traps by default */
#undef NEWTRUNC
/* Define if we wanto debug sensititvity analysis */
#undef SENSDEBUG
/* Define i we want stepdebug */
#undef STEPDEBUG
/* Define to use always exp/log for bulk diode calculations in mosfet */
#undef NOSQRT
/*The xspice enhancements*/
#undef XSPICE
2003-08-11 22:59:48 +02:00
/* The CIDER enhancements */
#undef CIDER
/* Spice cluster support */
#undef CLUSTER
2002-01-03 23:44:21 +01:00
/* Generate MS WINDOWS executable */
#undef HAS_WINDOWS
/* get system memory and time */
#undef HAVE__MEMAVL