summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-30 13:26:21 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-30 13:26:21 +0200
commit644fdff7c1a80b3cf9a52f422df7f7ed2a084072 (patch)
tree6126ef1d44c7149de26bca96702b0a123868cfe2 /src/config.h.in
parent9db580634c0055674017eab535b1b9eec7d6939d (diff)
A few more fixes for undo file. Split test in two parts so that it doesn't
fail with tiny features.
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
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