aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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