summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-22 21:16:48 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-22 21:16:48 +0000
commit46266d2bb7f909067e04e684ee654346ec59bd7b (patch)
treef8714053903b601acce8d6703ca5e96341758caf
parent91169ba7cb60732b2cc4750103bbca1af397dd29 (diff)
downloademacs-46266d2bb7f909067e04e684ee654346ec59bd7b.tar.gz
(HAVE_MOTIF_2_1): Add #undef.
-rw-r--r--src/config.in3
1 files changed, 3 insertions, 0 deletions
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. */