diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-17 05:06:20 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-17 05:06:20 +0000 |
commit | b2140d4b797012edd5b093ecc0db90a6f9dde9c0 (patch) | |
tree | 3b5d9972fc5c9c2f3b252e9970db2a17bc05dec9 /src/s/ms-w32.h | |
parent | 032f4607259096f4332a3309e939fc4505955b90 (diff) | |
download | emacs-b2140d4b797012edd5b093ecc0db90a6f9dde9c0.tar.gz |
(HAVE_STRING_H, HAVE_STRFTIME): Define macros.
(SYSTEM_PURESIZE_EXTRA): Increase to handle more dumped lisp files.
Diffstat (limited to 'src/s/ms-w32.h')
-rw-r--r-- | src/s/ms-w32.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 8d02140b13c..9a0b3ae4664 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -227,6 +227,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_SYS_SYSTEMINFO_H #undef HAVE_TERMIOS_H #define HAVE_LIMITS_H 1 +#define HAVE_STRING_H #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME @@ -269,8 +270,8 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_SETRLIMIT #undef HAVE_SETPGID #undef HAVE_GETCWD -/* Some systems do not have this. */ #define HAVE_SHUTDOWN +#define HAVE_STRFTIME 1 #undef LOCALTIME_CACHE #undef HAVE_INET_SOCKETS @@ -427,7 +428,7 @@ Boston, MA 02111-1307, USA. */ #endif /* We need a little extra space, see ../../lisp/loadup.el */ -#define SYSTEM_PURESIZE_EXTRA 25000 +#define SYSTEM_PURESIZE_EXTRA 75000 /* For unexec to work on Alpha systems, we need to put Emacs' initialized data into a separate section from the CRT initialized |