mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
build: retire NO_UINTMAX_T
A previous commit removed the last user of it, and it is no longer useful with the codebase moving towards C99, which specifies its definition. Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
46a3ab744b
commit
0392f976a7
@@ -1121,14 +1121,6 @@ GIT_CHECK_FUNC(strlcpy,
|
||||
[NO_STRLCPY=YesPlease])
|
||||
GIT_CONF_SUBST([NO_STRLCPY])
|
||||
#
|
||||
# Define NO_UINTMAX_T if your platform does not have uintmax_t
|
||||
AC_CHECK_TYPE(uintmax_t,
|
||||
[NO_UINTMAX_T=],
|
||||
[NO_UINTMAX_T=YesPlease],[
|
||||
#include <inttypes.h>
|
||||
])
|
||||
GIT_CONF_SUBST([NO_UINTMAX_T])
|
||||
#
|
||||
# Define NO_STRTOUMAX if you don't have strtoumax in the C library.
|
||||
GIT_CHECK_FUNC(strtoumax,
|
||||
[NO_STRTOUMAX=],
|
||||
|
||||
Reference in New Issue
Block a user