aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/msdos.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 7699f80d192..caf03c1460b 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -87,6 +87,10 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
87 in how to declare valloc. */ 87 in how to declare valloc. */
88#define GMALLOC_INHIBIT_VALLOC 88#define GMALLOC_INHIBIT_VALLOC
89 89
90/* This overrides the default value on editfns.c, since DJGPP
91 does not have pw->pw_gecos. */
92#define USER_FULL_NAME (getenv ("NAME"))
93
90/* setjmp and longjmp can safely replace _setjmp and _longjmp, 94/* setjmp and longjmp can safely replace _setjmp and _longjmp,
91 but they will run slower. */ 95 but they will run slower. */
92 96
@@ -194,7 +198,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
194#define LIBX11_SYSTEM -lxext -lsys 198#define LIBX11_SYSTEM -lxext -lsys
195#else 199#else
196/* We need a little extra space, see ../../lisp/loadup.el */ 200/* We need a little extra space, see ../../lisp/loadup.el */
197#define SYSTEM_PURESIZE_EXTRA 50000 201#define SYSTEM_PURESIZE_EXTRA 100000
198#endif 202#endif
199 203
200/* Tell the garbage collector that setjmp is known to save all 204/* Tell the garbage collector that setjmp is known to save all