Skip to content

Commit

Permalink
build: even more strtoll cleanups
Browse files Browse the repository at this point in the history
Follow-up to b4538ec

Closes curl#16359
  • Loading branch information
bagder committed Feb 17, 2025
1 parent db4d617 commit 9d5563b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
16 changes: 0 additions & 16 deletions packages/vms/config_h.com
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand All @@ -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'"
Expand Down

0 comments on commit 9d5563b

Please sign in to comment.