build: even more strtoll cleanups

Follow-up to b4538ec522

Closes #16359
This commit is contained in:
Daniel Stenberg 2025-02-17 08:51:22 +01:00
parent db4d617c1c
commit 9d5563b535
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 0 additions and 17 deletions

View File

@ -4044,7 +4044,6 @@ CURL_CHECK_FUNC_SOCKETPAIR
CURL_CHECK_FUNC_STRDUP CURL_CHECK_FUNC_STRDUP
CURL_CHECK_FUNC_STRERROR_R CURL_CHECK_FUNC_STRERROR_R
CURL_CHECK_FUNC_STRTOK_R CURL_CHECK_FUNC_STRTOK_R
CURL_CHECK_FUNC_STRTOLL
case $host in case $host in
*msdosdjgpp) *msdosdjgpp)

View File

@ -625,14 +625,6 @@ $ write tf "#endif"
$ goto cfgh_in_loop1 $ goto cfgh_in_loop1
$ endif $ endif
$! $!
$ if key2 .eqs. "HAVE_DECL_STRTOLL"
$ then
$ write tf "#ifndef ''key2'"
$ write tf "#define ''key2' 1"
$ write tf "#endif"
$ goto cfgh_in_loop1
$ endif
$!
$ if key2 .eqs. "HAVE_DECL_STRTOUL" $ if key2 .eqs. "HAVE_DECL_STRTOUL"
$ then $ then
$ write tf "#ifndef ''key2'" $ write tf "#ifndef ''key2'"
@ -641,14 +633,6 @@ $ write tf "#endif"
$ goto cfgh_in_loop1 $ goto cfgh_in_loop1
$ endif $ endif
$! $!
$ if key2 .eqs. "HAVE_DECL_STRTOULL"
$ then
$ write tf "#ifndef ''key2'"
$ write tf "#define ''key2' 1"
$ write tf "#endif"
$ goto cfgh_in_loop1
$ endif
$!
$ if key2 .eqs. "HAVE_DECL_STRTOUMAX" $ if key2 .eqs. "HAVE_DECL_STRTOUMAX"
$ then $ then
$ write tf "#ifndef ''key2'" $ write tf "#ifndef ''key2'"