diff options
| author | Richard M. Stallman | 1995-02-17 08:48:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-17 08:48:02 +0000 |
| commit | ed0ce9537bcae47aada141a40e95ae41a8dc7b8b (patch) | |
| tree | 60473bd753486b374a397acd06e6e8359ad47c56 | |
| parent | 8dd0c7cbf78b055502f4db018928a9ad24d89acd (diff) | |
| download | emacs-ed0ce9537bcae47aada141a40e95ae41a8dc7b8b.tar.gz emacs-ed0ce9537bcae47aada141a40e95ae41a8dc7b8b.zip | |
(MULTI_FRAME): Define unconditionally.
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 3 insertions, 1 deletions
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. */ | |||
| 64 | /* Define if netdb.h declares h_errno. */ | 64 | /* Define if netdb.h declares h_errno. */ |
| 65 | #undef HAVE_H_ERRNO | 65 | #undef HAVE_H_ERRNO |
| 66 | 66 | ||
| 67 | /* Nowadays we have frame objects even if we support only ASCII terminals. */ | ||
| 68 | #define MULTI_FRAME | ||
| 69 | |||
| 67 | /* If we're using any sort of window system, define some consequences. */ | 70 | /* If we're using any sort of window system, define some consequences. */ |
| 68 | #ifdef HAVE_X_WINDOWS | 71 | #ifdef HAVE_X_WINDOWS |
| 69 | #define MULTI_FRAME | ||
| 70 | #define HAVE_FACES | 72 | #define HAVE_FACES |
| 71 | #define HAVE_MOUSE | 73 | #define HAVE_MOUSE |
| 72 | #endif | 74 | #endif |