config.h, disable XSPICE and CIDER
This commit is contained in:
parent
a3e520fd51
commit
f2d2db8ea6
|
|
@ -12,7 +12,7 @@
|
||||||
/* #undef CAPBYPASS */
|
/* #undef CAPBYPASS */
|
||||||
|
|
||||||
/* The CIDER enhancements */
|
/* The CIDER enhancements */
|
||||||
#define CIDER 1
|
/* #undef CIDER */
|
||||||
|
|
||||||
/* Define to 1 if the `closedir' function returns void instead of `int'. */
|
/* Define to 1 if the `closedir' function returns void instead of `int'. */
|
||||||
/* #undef CLOSEDIR_VOID */
|
/* #undef CLOSEDIR_VOID */
|
||||||
|
|
@ -546,7 +546,7 @@
|
||||||
#define WITH_PSS /**/
|
#define WITH_PSS /**/
|
||||||
|
|
||||||
/* The xspice enhancements */
|
/* The xspice enhancements */
|
||||||
#define XSPICE 1
|
/* undef XSPICE */
|
||||||
|
|
||||||
/* Define to 1 if the X Window System is missing or not being used. */
|
/* Define to 1 if the X Window System is missing or not being used. */
|
||||||
#define X_DISPLAY_MISSING 1
|
#define X_DISPLAY_MISSING 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue