1
Fork 0
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:
Richard M. Stallman 1995-02-17 08:48:02 +00:00
parent 8dd0c7cbf7
commit ed0ce9537b

View file

@ -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