Mercurial > emacs
changeset 10772:3dc1120ac15c
(MULTI_FRAME): Define unconditionally.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Feb 1995 08:48:02 +0000 |
parents | d564078d10c6 |
children | d8bc42dd7235 |
files | src/config.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Fri Feb 17 08:42:18 1995 +0000 +++ b/src/config.in Fri Feb 17 08:48:02 1995 +0000 @@ -64,9 +64,11 @@ /* 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