From 3c024044cccf17e6c4a35ed4826f10aea650da48 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 13 May 1994 21:01:29 +0000 Subject: [PATCH] (HAVE_X11XTR6): Add #undef. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.in b/src/config.in index 7d68e2b8bf..ad920c7a86 100644 --- a/src/config.in +++ b/src/config.in @@ -58,6 +58,9 @@ and this notice must be preserved on all copies. */ and not on others. */ #undef HAVE_X_MENU +/* Define if we have the X11R6 or newer version of Xt. */ +#undef HAVE_X11XTR6 + /* If we're using any sort of window system, define MULTI_FRAME. */ #ifdef HAVE_X_WINDOWS #define MULTI_FRAME -- 2.39.2