On 10/12/25 16:56, Paul Eggert via tz wrote:
* localtime.c (tzdirslashlen): Now an enum, not a const size_t,
as strict C23 requires this for the static_assert that uses
tzdirslashlen when PATH_MAX is defined.
...
I haven't been following this; stumbled on. But I know one
implementation which makes PATH_MAX configurable; filesystype-
dependent. So, call a function to get PATH_MAX. Gasp!
(But they shun TZDATA!)
Oops! namely:
<https://www.ibm.com/docs/en/zos/3.2.0?topic=functions-fpathconf-determine-configurable-path-name-variables>
--
gil