aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-12-25 01:21:56 +0000
committerRichard M. Stallman1995-12-25 01:21:56 +0000
commit0afac48c3f3b925b3306dbe730690aae72d0b71f (patch)
tree2016935024ca9ffba57d7ac0b363388db9a06797
parent6bc1abf2e03f91fea1a86cb3482d4544c24639a2 (diff)
downloademacs-0afac48c3f3b925b3306dbe730690aae72d0b71f.tar.gz
emacs-0afac48c3f3b925b3306dbe730690aae72d0b71f.zip
(HAVE_MENUS): Renamed from HAVE_X_MENU.
-rw-r--r--src/config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.in b/src/config.in
index 6a476f431eb..068222c3c87 100644
--- a/src/config.in
+++ b/src/config.in
@@ -53,10 +53,10 @@ and this notice must be preserved on all copies. */
53/* Define this if you're using XFree386. */ 53/* Define this if you're using XFree386. */
54#undef HAVE_XFREE386 54#undef HAVE_XFREE386
55 55
56/* Define HAVE_X_MENU if you want to use the X window menu system. 56/* Define HAVE_MENUS if you have mouse menus.
57 This appears to work on some machines that support X 57 (This is automatic if you use X, but the option to specify it remains.)
58 and not on others. */ 58 It is also defined with other window systems that support xmenu.c. */
59#undef HAVE_X_MENU 59#undef HAVE_MENUS
60 60
61/* Define if we have the X11R6 or newer version of Xt. */ 61/* Define if we have the X11R6 or newer version of Xt. */
62#undef HAVE_X11XTR6 62#undef HAVE_X11XTR6