From: Karl Heuer Date: Wed, 15 Mar 1995 20:20:39 +0000 (+0000) Subject: [HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol. X-Git-Tag: emacs-19.34~4836 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4648e527120a1c61ac8a9fc967afd3e62c45f0c2;p=emacs.git [HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol. --- 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. */ /* 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