]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build: even more strtoll cleanups
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 Feb 2025 07:51:22 +0000 (08:51 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Feb 2025 10:40:17 +0000 (11:40 +0100)
Follow-up to b4538ec5229d716baa5e09b0f4

Closes #16359

configure.ac
packages/vms/config_h.com

index 5eb41a84ef97d13c81f09069549bfcb70881644a..2fb2a0b52da08c9227d649d9064b41f8cdbfd646 100644 (file)
@@ -4044,7 +4044,6 @@ CURL_CHECK_FUNC_SOCKETPAIR
 CURL_CHECK_FUNC_STRDUP
 CURL_CHECK_FUNC_STRERROR_R
 CURL_CHECK_FUNC_STRTOK_R
-CURL_CHECK_FUNC_STRTOLL
 
 case $host in
   *msdosdjgpp)
index 8d231f4c978166d27fb603e7db464fa38abe98bb..c6f3f697217e2bb90ad3565c4977c4b08ac656cb 100644 (file)
@@ -625,14 +625,6 @@ $           write tf "#endif"
 $           goto cfgh_in_loop1
 $       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"
 $       then
 $           write tf "#ifndef ''key2'"
@@ -641,14 +633,6 @@ $           write tf "#endif"
 $           goto cfgh_in_loop1
 $       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"
 $       then
 $           write tf "#ifndef ''key2'"