# HG changeset patch # User Geoff Voelker # Date 892789580 0 # Node ID 058bff729a946407ca11f67ee8ed551cfd8a1786 # Parent c774fc879d96a8a2be9bb1936e711f7ce328dc5d (HAVE_STRING_H, HAVE_STRFTIME): Define macros. (SYSTEM_PURESIZE_EXTRA): Increase to handle more dumped lisp files. diff -r c774fc879d96 -r 058bff729a94 src/s/ms-w32.h --- a/src/s/ms-w32.h Fri Apr 17 05:05:40 1998 +0000 +++ b/src/s/ms-w32.h Fri Apr 17 05:06:20 1998 +0000 @@ -227,6 +227,7 @@ #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 @@ #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 @@ #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