From: Daniel Stenberg Date: Mon, 17 Feb 2025 07:51:22 +0000 (+0100) Subject: build: even more strtoll cleanups X-Git-Tag: curl-8_13_0~448 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d5563b5350020bd086ea95c64ef259daa820802;p=thirdparty%2Fcurl.git build: even more strtoll cleanups Follow-up to b4538ec5229d716baa5e09b0f4 Closes #16359 --- diff --git a/configure.ac b/configure.ac index 5eb41a84ef..2fb2a0b52d 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/packages/vms/config_h.com b/packages/vms/config_h.com index 8d231f4c97..c6f3f69721 100644 --- a/packages/vms/config_h.com +++ b/packages/vms/config_h.com @@ -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'"