mirror of
https://github.com/curl/curl.git
synced 2026-08-02 05:00:30 +03:00
build: assume snprintf() in mprintf, drop feature check
- it was already required for `curl_*printf()` float/double support. - some curl tests always fail without it. - it was already assumed to be present to build test servers. Source code did not check for `HAVE_SNPRINTF` detection variable. - it was already required to build examples. Windows builds stopped using this detection and the function via earlier commits. Follow-up to64f28b8f88#20765 Follow-up to935b1bd454#9570 #9569 Closes #20763
This commit is contained in:
parent
89043ba906
commit
a8bc4cbcfe
5 changed files with 1 additions and 10 deletions
|
|
@ -228,7 +228,6 @@ set(HAVE_SIGACTION 1)
|
|||
set(HAVE_SIGINTERRUPT 1)
|
||||
set(HAVE_SIGNAL 1)
|
||||
set(HAVE_SIGSETJMP 1)
|
||||
set(HAVE_SNPRINTF 1)
|
||||
set(HAVE_SOCKADDR_IN6_SIN6_ADDR 1)
|
||||
set(HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1)
|
||||
set(HAVE_SOCKET 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue