]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: drop never propagated C macros
authorViktor Szakats <commit@vsz.me>
Tue, 10 Jun 2025 16:25:31 +0000 (18:25 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 11 Jun 2025 04:32:22 +0000 (06:32 +0200)
commit3c9d16f4b80ee8282a19a2b10f97090eaa90ca6f
tree7c6f3f7be82ed91da7576e7ba094835ffa2ec77a
parent0f500e6a9cea471ff8b5d8151fda6e78e08d5e14
cmake: drop never propagated C macros

Delete macros from `curl_config.h.cmake` that were never set by
the CMake script: `_LARGE_FILES`, `_THREAD_SAFE`, `const`, `size_t`.

Also:
- lib/config-riscos.h: drop `#undef _LARGE_FILES`. This is an
  IBM-specific macro, no need to unset it on other platforms.

Cherry-picked from #17576

Closes #17580
lib/config-riscos.h
lib/curl_config.h.cmake