aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-03-15 20:20:39 +0000
committerKarl Heuer1995-03-15 20:20:39 +0000
commit4648e527120a1c61ac8a9fc967afd3e62c45f0c2 (patch)
tree28d31e2e09c7a7f6d0f14fc1a0a4e08097ca1bb0 /src
parente40e3151169e10b93274e51ff922566c5b08c57a (diff)
downloademacs-4648e527120a1c61ac8a9fc967afd3e62c45f0c2.tar.gz
emacs-4648e527120a1c61ac8a9fc967afd3e62c45f0c2.zip
[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.
Diffstat (limited to 'src')
-rw-r--r--src/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 6cf3e1c184e..39fca7fc9ef 100644
--- a/src/config.in
+++ b/src/config.in
@@ -69,6 +69,7 @@ and this notice must be preserved on all copies. */
69 69
70/* 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. */
71#ifdef HAVE_X_WINDOWS 71#ifdef HAVE_X_WINDOWS
72#define MULTI_KBOARD
72#define HAVE_FACES 73#define HAVE_FACES
73#define HAVE_MOUSE 74#define HAVE_MOUSE
74#endif 75#endif