Mercurial > emacs
changeset 97654:912b1321ba0d
(USER_FULL_NAME): Define.
(SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 23 Aug 2008 16:51:11 +0000 |
parents | 8e2483da8823 |
children | 287457e9bac1 |
files | src/s/msdos.h |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/msdos.h Sat Aug 23 16:50:44 2008 +0000 +++ b/src/s/msdos.h Sat Aug 23 16:51:11 2008 +0000 @@ -87,6 +87,10 @@ in how to declare valloc. */ #define GMALLOC_INHIBIT_VALLOC +/* This overrides the default value on editfns.c, since DJGPP + does not have pw->pw_gecos. */ +#define USER_FULL_NAME (getenv ("NAME")) + /* setjmp and longjmp can safely replace _setjmp and _longjmp, but they will run slower. */ @@ -194,7 +198,7 @@ #define LIBX11_SYSTEM -lxext -lsys #else /* We need a little extra space, see ../../lisp/loadup.el */ -#define SYSTEM_PURESIZE_EXTRA 50000 +#define SYSTEM_PURESIZE_EXTRA 100000 #endif /* Tell the garbage collector that setjmp is known to save all