From: Richard M. Stallman Date: Fri, 17 Feb 1995 08:48:02 +0000 (+0000) Subject: (MULTI_FRAME): Define unconditionally. X-Git-Tag: emacs-19.34~5086 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed0ce9537bcae47aada141a40e95ae41a8dc7b8b;p=emacs.git (MULTI_FRAME): Define unconditionally. --- diff --git a/src/config.in b/src/config.in index ad7370c7caf..6cf3e1c184e 100644 --- a/src/config.in +++ b/src/config.in @@ -64,9 +64,11 @@ and this notice must be preserved on all copies. */ /* Define if netdb.h declares h_errno. */ #undef HAVE_H_ERRNO +/* Nowadays we have frame objects even if we support only ASCII terminals. */ +#define MULTI_FRAME + /* If we're using any sort of window system, define some consequences. */ #ifdef HAVE_X_WINDOWS -#define MULTI_FRAME #define HAVE_FACES #define HAVE_MOUSE #endif