mirror of
https://github.com/curl/curl.git
synced 2026-05-05 12:07:16 +03:00
configure: drop unused detections and macros
- drop `HAVE_IOCTL` macro, drop exception. - drop unused `setjmp.h` detection, drop exception. It's a C89 header and result also not used in detections. - use C89 `stdlib.h` without detection. (It's still being detected by autotools anyway.) Closes #15867
This commit is contained in:
parent
713182bd19
commit
f60f872bcd
3 changed files with 3 additions and 8 deletions
2
.github/scripts/cmp-config.pl
vendored
2
.github/scripts/cmp-config.pl
vendored
|
|
@ -47,7 +47,6 @@ my %remove = (
|
|||
'#define HAVE_DLFCN_H 1' => 1,
|
||||
'#define HAVE_GSSAPI_GSSAPI_KRB5_H 1' => 1,
|
||||
'#define HAVE_INTTYPES_H 1' => 1,
|
||||
'#define HAVE_IOCTL 1' => 1,
|
||||
'#define HAVE_LDAP_H 1' => 1,
|
||||
'#define HAVE_LDAP_SSL 1' => 1,
|
||||
'#define HAVE_LIBBROTLIDEC 1' => 1,
|
||||
|
|
@ -71,7 +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_SETJMP_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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue