libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 76357d11b8a3f23e1537955ab9531824fa17771d
parent 92ced7710055f21c6bc46477087a903229eb7e03
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 24 Apr 2024 18:24:30 +0200

configure: enable 64 bit time_t by default if possible

Diffstat:
Mconfigure.ac | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -161,7 +161,14 @@ CPPFLAGS_ac="" MHD_SYS_EXT([CPPFLAGS_ac]) CPPFLAGS="${CPPFLAGS_ac} ${user_CPPFLAGS}" +m4_version_prereq([2.72], + [ +AC_SYS_YEAR2038 + ], + [ AC_SYS_LARGEFILE + ] +) AC_FUNC_FSEEKO LT_INIT([win32-dll]) LT_LANG([Windows Resource])