Mercurial > hg > xemacs-beta
diff src/config.h.in @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 7d55a9ba150c |
children | 538048ae2ab8 |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 09:24:19 2007 +0200 +++ b/src/config.h.in Mon Aug 13 09:25:29 2007 +0200 @@ -58,11 +58,8 @@ #endif #endif -/* Do you have the the NeXTstep window system? */ -#undef HAVE_NEXTSTEP - /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ -#if defined (HAVE_X_WINDOWS) || defined (HAVE_NEXTSTEP) +#if defined (HAVE_X_WINDOWS) /* || defined (HAVE_NEXTSTEP) */ #define HAVE_WINDOW_SYSTEM #endif @@ -296,10 +293,6 @@ /* Define HAVE_NCURSES_TERM_H if ncurses/term.h is present. */ #undef HAVE_NCURSES_TERM_H -/* Do you want to include extra functionality that was present in Epoch? - This code has received only limited testing. */ -#undef EPOCH - #define LOWTAGS /* Define USE_ASSERTIONS if you want the abort() to be changed to assert().