-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
tidy-up: curl_setup.h
, curl_setup_once.h
, config-win32ce.h
#15967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
curl_setup.h
, curl_setup_once.h
curl_setup.h
, curl_setup_once.h
, config-win32ce.h
Analysis of PR #15967 at 00453b9c: Test http/test_14_auth.py::TestAuth::test_14_03_digest_put_auth[0-h3] failed, which has NOT been flaky recently, so there could be a real issue in this PR. Test 1191 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Test 1194 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Test 2201 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Test 498 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Generated by Testclutch |
- drop unused `LIBIDN_REQUIRED_VERSION` macro. Unused since 9c91ec7 - 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 7d73465 curl#1542 (2017) Follow-up to c2aeb1b curl#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 curl#15967
drop unused
LIBIDN_REQUIRED_VERSION
macro.Unused since 9c91ec7
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 7d73465 lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENV #1542 (2017)
Follow-up to c2aeb1b The curl-ca-bundle.crt file is ignored on Windows, except if CURL_CA_BUNDLE is set #1538 (2017)
document last MSVC supporting the
!_MT
conditionRef: https://stackoverflow.com/questions/2278919/are-the-time-functions-of-msvc-thread-safe
flatten an
#if
tree, prefer#ifdef
.fix/adjust indentation, whitespace.
w/o whitespace: https://github.com/curl/curl/pull/15967/files?w=1