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
commitf9aeea0e64c99e0e2b058523862da7150de96b6c (patch)
treea1c2ba74cdd17aa85061620a36ffb01eb5e1c4b4
parent73d9b2ab4a05086d32bf8459a0eed390f929427a (diff)
downloademacs-f9aeea0e64c99e0e2b058523862da7150de96b6c.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. */