From 2ae4152014eb954ba6335448b819fd6522a55040 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 19 Jan 1994 04:15:49 +0000 Subject: [PATCH] Add #undef for USE_X_TOOLKIT. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.in b/src/config.in index 144d6e4e1f8..a0c2f29a0f7 100644 --- a/src/config.in +++ b/src/config.in @@ -47,6 +47,9 @@ and this notice must be preserved on all copies. */ Otherwise, Emacs expects to use version 10. */ #undef HAVE_X11 +/* Define if using an X toolkit. */ +#undef USE_X_TOOLKIT + /* Define this if you're using XFree386. */ #undef HAVE_XFREE386 -- 2.39.5