]> git.ipfire.org Git - thirdparty/pdns.git/commit
m4: Add option for 64-bit time_t on 32-bit systems with glibc-2.34 10933/head
authorSven Wegener <sven.wegener@stealer.net>
Sun, 31 Oct 2021 19:21:29 +0000 (20:21 +0100)
committerSven Wegener <sven.wegener@stealer.net>
Wed, 21 Feb 2024 21:50:26 +0000 (22:50 +0100)
commitf7d48d8211db8d111a326f0c4f9aac1811103b03
tree186c5836c5b24d9ee668b36de8a0603dc99bc5b4
parentfb5c8387d82fb5cf437b15aabd962224a01f8e9f
m4: Add option for 64-bit time_t on 32-bit systems with glibc-2.34

glibc-2.34 includes the user-facing part of the 64-bit time_t support
for 32-bit systems. We treat this feature as experimental, as it causes
ABI issues, if 64-bit time_t values are passed to libraries that are
build with 32-bit time_t. It is safe for local use of 64-bit time_t.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
m4/pdns_check_time_t.m4