mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 10:11:05 -08:00
(MULTI_FRAME): Define unconditionally.
This commit is contained in:
parent
8dd0c7cbf7
commit
ed0ce9537b
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue