aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGeoff Voelker1998-04-17 05:06:20 +0000
committerGeoff Voelker1998-04-17 05:06:20 +0000
commitb2140d4b797012edd5b093ecc0db90a6f9dde9c0 (patch)
tree3b5d9972fc5c9c2f3b252e9970db2a17bc05dec9 /src/s
parent032f4607259096f4332a3309e939fc4505955b90 (diff)
downloademacs-b2140d4b797012edd5b093ecc0db90a6f9dde9c0.tar.gz
emacs-b2140d4b797012edd5b093ecc0db90a6f9dde9c0.zip
(HAVE_STRING_H, HAVE_STRFTIME): Define macros.
(SYSTEM_PURESIZE_EXTRA): Increase to handle more dumped lisp files.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h5
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. */
227#undef HAVE_SYS_SYSTEMINFO_H 227#undef HAVE_SYS_SYSTEMINFO_H
228#undef HAVE_TERMIOS_H 228#undef HAVE_TERMIOS_H
229#define HAVE_LIMITS_H 1 229#define HAVE_LIMITS_H 1
230#define HAVE_STRING_H
230#define STDC_HEADERS 1 231#define STDC_HEADERS 1
231#define TIME_WITH_SYS_TIME 232#define TIME_WITH_SYS_TIME
232 233
@@ -269,8 +270,8 @@ Boston, MA 02111-1307, USA. */
269#undef HAVE_SETRLIMIT 270#undef HAVE_SETRLIMIT
270#undef HAVE_SETPGID 271#undef HAVE_SETPGID
271#undef HAVE_GETCWD 272#undef HAVE_GETCWD
272/* Some systems do not have this. */
273#define HAVE_SHUTDOWN 273#define HAVE_SHUTDOWN
274#define HAVE_STRFTIME 1
274 275
275#undef LOCALTIME_CACHE 276#undef LOCALTIME_CACHE
276#undef HAVE_INET_SOCKETS 277#undef HAVE_INET_SOCKETS
@@ -427,7 +428,7 @@ Boston, MA 02111-1307, USA. */
427#endif 428#endif
428 429
429/* We need a little extra space, see ../../lisp/loadup.el */ 430/* We need a little extra space, see ../../lisp/loadup.el */
430#define SYSTEM_PURESIZE_EXTRA 25000 431#define SYSTEM_PURESIZE_EXTRA 75000
431 432
432/* For unexec to work on Alpha systems, we need to put Emacs' 433/* For unexec to work on Alpha systems, we need to put Emacs'
433 initialized data into a separate section from the CRT initialized 434 initialized data into a separate section from the CRT initialized