From: Richard M. Stallman Date: Wed, 19 Jan 1994 04:15:49 +0000 (+0000) Subject: Add #undef for USE_X_TOOLKIT. X-Git-Tag: emacs-19.34~10220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ae4152014eb954ba6335448b819fd6522a55040;p=emacs.git Add #undef for USE_X_TOOLKIT. --- 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