]> git.ipfire.org Git - thirdparty/curl.git/commit
tidy-up: `curl_setup.h`, `curl_setup_once.h`, `config-win32ce.h`
authorViktor Szakats <commit@vsz.me>
Fri, 10 Jan 2025 23:36:10 +0000 (00:36 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 11 Jan 2025 23:34:21 +0000 (00:34 +0100)
commitb9840814adbb01606377b02c65608db0f30461a6
tree6b9d81a195acb5a2dab9b3d6868b705229abb9af
parentde3e662ce1efca317e9d9d51c4ba35279f10d637
tidy-up: `curl_setup.h`, `curl_setup_once.h`, `config-win32ce.h`

- drop unused `LIBIDN_REQUIRED_VERSION` macro.
  Unused since 9c91ec778104ae3b744b39444d544e82d5ee9ece

- drop compatibility error for `CURL_WANTS_CA_BUNDLE_ENV`.
  This macro was once set by `Makefile.mk` and Watcom makefiles.
  They are no longer supported, making the compatibility message moot.

  Follow-up to 7d7346519d8bff513f9ed9f0c5e709782b159e5a #1542 (2017)
  Follow-up to c2aeb1b3ba09af8b2e555eafa94dd9c534426bfb #1538 (2017)

- document last MSVC supporting the `!_MT` condition
  Ref: https://stackoverflow.com/questions/2278919/are-the-time-functions-of-msvc-thread-safe

- flatten an `#if` tree, prefer `#ifdef`.

- fix/adjust indentation, whitespace.

Closes #15967
lib/config-win32ce.h
lib/curl_setup.h
lib/curl_setup_once.h