(HAVE_MOUSE): Defined.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 May 1994 07:53:23 +0000 (07:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 May 1994 07:53:23 +0000 (07:53 +0000)
(PURESIZE): Increase value.

src/m/dos386.h

index defd8f1..25e3624 100644 (file)
@@ -109,4 +109,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define NO_REMAP
 
 /* We need a little extra space, see ../../lisp/loadup.el */
-#define PURESIZE 210000
+#define PURESIZE 220000
+
+/* We have (the code to control) a mouse.  */
+#define HAVE_MOUSE