diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-08-23 16:51:11 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-08-23 16:51:11 +0000 |
commit | 7b4ded6d7993e2c5263faefc3261e910947a3aeb (patch) | |
tree | 54fbf27c04fbc366fb16d35035897d06061a3d1f /src/s | |
parent | c06981c06286a000c3046af21fb65d07748d8462 (diff) | |
download | emacs-7b4ded6d7993e2c5263faefc3261e910947a3aeb.tar.gz |
(USER_FULL_NAME): Define.
(SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/msdos.h | 6 |
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 */ 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 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #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 |