From ed0ce9537bcae47aada141a40e95ae41a8dc7b8b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Feb 1995 08:48:02 +0000 Subject: [PATCH] (MULTI_FRAME): Define unconditionally. --- src/config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5