aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/msdos.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-12-25 01:48:17 +0000
committerRichard M. Stallman <[email protected]>1995-12-25 01:48:17 +0000
commit61c88d95bd1133255fa3564e3081dec5ec2bf9f0 (patch)
treed40a98fe1ca7232c8e3ea4909336ed6cb30bbd31 /src/s/msdos.h
parent3eb1dbb6efedcab224d930ac89d4bbff09a2f36b (diff)
(HAVE_MENUS): Defined.
Diffstat (limited to 'src/s/msdos.h')
-rw-r--r--src/s/msdos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 0e1187ddf9..298499a5a7 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -223,6 +223,9 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
/* We have (the code to control) a mouse. */
#define HAVE_MOUSE
+/* We canuse mouse menus. */
+#define HAVE_MENUS
+
/* We have support for faces. */
#define HAVE_FACES