From 46266d2bb7f909067e04e684ee654346ec59bd7b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 22 Aug 1997 21:16:48 +0000 Subject: [PATCH] (HAVE_MOTIF_2_1): Add #undef. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.in b/src/config.in index c5ed60c811b..c96734cb966 100644 --- a/src/config.in +++ b/src/config.in @@ -56,6 +56,9 @@ Boston, MA 02111-1307, USA. */ /* Define this if you're using XFree386. */ #undef HAVE_XFREE386 +/* Define this if you have Motif 2.1 or newer. */ +#undef HAVE_MOTIF_2_1 + /* Define HAVE_MENUS if you have mouse menus. (This is automatic if you use X, but the option to specify it remains.) It is also defined with other window systems that support xmenu.c. */ -- 2.39.2