mirror of
https://github.com/curl/curl.git
synced 2026-05-14 09:56:19 +03:00
cmp-config: drop 3 exceptions
Follow-up to fd067bfb5b #15596
Closes #15872
This commit is contained in:
parent
8d42016945
commit
aef7888649
1 changed files with 0 additions and 3 deletions
3
.github/scripts/cmp-config.pl
vendored
3
.github/scripts/cmp-config.pl
vendored
|
|
@ -70,8 +70,6 @@ my %remove = (
|
|||
'#define HAVE_OPENSSL_SSL_H 1' => 1,
|
||||
'#define HAVE_OPENSSL_X509_H 1' => 1,
|
||||
'#define HAVE_QUICHE_H 1' => 1,
|
||||
'#define HAVE_SSL_ECH_SET1_ECHCONFIG 1' => 1,
|
||||
'#define HAVE_SSL_SET1_ECH_CONFIG_LIST 1' => 1,
|
||||
'#define HAVE_SSL_SET_QUIC_USE_LEGACY_CODEPOINT 1' => 1,
|
||||
'#define HAVE_STDINT_H 1' => 1,
|
||||
'#define HAVE_STDIO_H 1' => 1,
|
||||
|
|
@ -80,7 +78,6 @@ my %remove = (
|
|||
'#define HAVE_SYS_XATTR_H 1' => 1,
|
||||
'#define HAVE_UNICODE_UIDNA_H 1' => 1,
|
||||
'#define HAVE_WOLFSSH_SSH_H 1' => 1,
|
||||
'#define HAVE_WOLFSSL_CTX_GENERATEECHCONFIG 1' => 1,
|
||||
'#define HAVE_ZSTD 1' => 1,
|
||||
'#define HAVE_ZSTD_H 1' => 1,
|
||||
'#define LT_OBJDIR ".libs/"' => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue