changeset 11022:f9e9533d0f4c

[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.
author Karl Heuer <kwzh@gnu.org>
date Wed, 15 Mar 1995 20:20:39 +0000
parents 83b6c53268c3
children 498940aefc37
files src/config.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Wed Mar 15 14:47:09 1995 +0000
+++ b/src/config.in	Wed Mar 15 20:20:39 1995 +0000
@@ -69,6 +69,7 @@
 
 /* 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