Change #236693
Category | None |
Changed by | Viktor Szakats <commit | @vsz.me>
Changed at | Sun 15 Jun 2025 18:44:39 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/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
- CMake/CurlTests.c
- CMake/OtherTests.cmake
- CMake/unix-cache.cmake
- CMakeLists.txt
- acinclude.m4
- configure.ac
- lib/config-mac.h
- lib/config-os400.h
- lib/config-plan9.h
- lib/config-riscos.h
- lib/config-win32.h
- lib/curl_config.h.cmake
- lib/curl_setup_once.h
- lib/curlx/inet_ntop.h
- lib/curlx/inet_pton.h
- lib/setup-win32.h
- m4/curl-functions.m4
- tests/libtest/lib1960.c