Mercurial > hg > xemacs-beta
diff src/config.h.in @ 239:41f2f0e326e9 r20-5b18
Import from CVS: tag r20-5b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:15:48 +0200 |
parents | 2c611d1463a6 |
children | f220cc83d72e |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 10:15:04 2007 +0200 +++ b/src/config.h.in Mon Aug 13 10:15:48 2007 +0200 @@ -94,6 +94,9 @@ /* Compile in TTY support? */ #undef HAVE_TTY +/* Compile in support for MS windows? */ +#undef HAVE_MS_WINDOWS + /* Compile in support for the X window system? */ #undef HAVE_X_WINDOWS @@ -118,7 +121,7 @@ #endif /* HAVE_X_WINDOWS */ /* 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_MS_WINDOWS) /* || defined (HAVE_NEXTSTEP) */ #define HAVE_WINDOW_SYSTEM #endif @@ -166,6 +169,7 @@ #undef HAVE_LINUX_VERSION_H #undef HAVE_INTTYPES_H #undef HAVE_LIMITS_H +#undef HAVE_SYS_UN_H #undef STDC_HEADERS #undef TIME_WITH_SYS_TIME #undef WORDS_BIGENDIAN