diff --git a/configure.ac b/configure.ac index 5eb41a84ef97..2fb2a0b52da0 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 8d231f4c9781..c6f3f697217e 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'"