aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.in4
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