Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #236840

Category None
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Mon 16 Jun 2025 22:25:57
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision 539d11297d36cff0bca7dda1f217186f060d577d

Comments

tests/http/clients: drop hack and use `curl_setup.h` again

Sync build properties with libtests.

This allows accessing macros from `curl_config.h`, for feature flags.
Smoothens out platform bumps, allowing to drop local replicas from
client sources. It enables using Windows wrappers, e.g. for `fopen()`.

Also fix client sources to use `curl_mfprintf()` where curl format
strings are used. (To avoid build failure with older mingw-w64, e.g.
6.4.0 in CI.)

Follow-up to 739c09c8a4111b3ee00b0004f5a3f67e00ba3aeb #17627

Closes #17642

Changed files