From 644fdff7c1a80b3cf9a52f422df7f7ed2a084072 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 May 2010 13:26:21 +0200 Subject: A few more fixes for undo file. Split test in two parts so that it doesn't fail with tiny features. --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index c57cd2fa48..1099531513 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -39,6 +39,9 @@ /* Defined to the size of an int */ #undef SIZEOF_INT +/* Defined to the size of time_t */ +#undef SIZEOF_TIME_T + /* Define when wchar_t is only 2 bytes. */ #undef SMALL_WCHAR_T -- cgit v1.2.3