aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-03-15 20:20:39 +0000
committerKarl Heuer <[email protected]>1995-03-15 20:20:39 +0000
commit4648e527120a1c61ac8a9fc967afd3e62c45f0c2 (patch)
tree28d31e2e09c7a7f6d0f14fc1a0a4e08097ca1bb0 /src/config.in
parente40e3151169e10b93274e51ff922566c5b08c57a (diff)
[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 6cf3e1c184..39fca7fc9e 100644
--- a/src/config.in
+++ b/src/config.in
@@ -69,6 +69,7 @@ and this notice must be preserved on all copies. */
/* If we're using any sort of window system, define some consequences. */
#ifdef HAVE_X_WINDOWS
+#define MULTI_KBOARD
#define HAVE_FACES
#define HAVE_MOUSE
#endif