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

Change #236695

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Sun 15 Jun 2025 18:44:39
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 3186a20483b4c829cb211d48393285ecc95c4273

Comments

build: drop `HAVE_SYS_SOCKET_H` and `HAVE_SYS_TIME_H` macros
Both are available with well-known conditions, under non-Windows, and
`curl/curl.h` already uses them. `sys/time.h` is also necessary for
mingw-w64 for `gettimeofday()`.

Follow-up to 56d5982312f8360b020738cbfeefe7990991550e #17522

Closes #17581

Changed files