aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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