# HG changeset patch # User Eli Zaretskii # Date 1219510271 0 # Node ID 912b1321ba0d978af954c45b430ac237068f613b # Parent 8e2483da88236ca1acf4b40657591722f315d297 (USER_FULL_NAME): Define. (SYSTEM_PURESIZE_EXTRA): Bump up to 100K. diff -r 8e2483da8823 -r 912b1321ba0d src/s/msdos.h --- 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