From 6a7b44b23cd1a7638b549891994cd117583870c1 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 20 Jul 2023 13:07:41 +0000 Subject: .... forgot to re-generate tclConfig.h.in --- unix/tclConfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index fe2c6d9..a1b59df 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -471,6 +471,9 @@ /* Are Darwin SUSv3 extensions available? */ #undef _DARWIN_C_SOURCE +/* Add the _FILE_OFFSET_BITS flag when building */ +#undef _FILE_OFFSET_BITS + /* Add the _ISOC99_SOURCE flag when building */ #undef _ISOC99_SOURCE @@ -489,6 +492,9 @@ /* Do we want the thread-safe OS API? */ #undef _THREAD_SAFE +/* _TIME_BITS=64 enables 64-bit time_t. */ +#undef _TIME_BITS + /* Do we want to use the XOPEN network library? */ #undef _XOPEN_SOURCE -- cgit v0.12