From: Richard M. Stallman Date: Mon, 11 Jul 1994 05:11:04 +0000 (+0000) Subject: (HAVE_MOUSE, PURESIZE): Definitions moved here. X-Git-Tag: emacs-19.34~7654 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb246adb242fb869ca205ad94d64280717bdf421;p=emacs.git (HAVE_MOUSE, PURESIZE): Definitions moved here. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index 14559756b6a..a62aa66929e 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -220,3 +220,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define GAP_USE_BCOPY #define BCOPY_UPWARD_SAFE 1 #define BCOPY_DOWNWARD_SAFE 1 + +/* We need a little extra space, see ../../lisp/loadup.el */ +#define PURESIZE 240000 + +/* We have (the code to control) a mouse. */ +#define HAVE_MOUSE