From 61c88d95bd1133255fa3564e3081dec5ec2bf9f0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Dec 1995 01:48:17 +0000 Subject: [PATCH] (HAVE_MENUS): Defined. --- src/s/msdos.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/msdos.h b/src/s/msdos.h index 0e1187ddf9d..298499a5a71 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 -- 2.39.2