mirror of
https://github.com/curl/curl.git
synced 2026-05-13 22:06:23 +03:00
kerberos: stop including gssapi/gssapi_generic.h
It's a legacy MIT Kerberos header that's no longer used by curl since:355bf01c82(2015-01-09) There were still mentions of it after this patch, when using versions <1.2.3, but those versions aren't supported since:9918541795(2008-06-12) This header remains in use by autotools and cmake to detect MIT Kerberos (vs. Heimdal, which doesn't have it.) Ref: https://github.com/curl/curl/pull/18978#issuecomment-3387414995 Closes #18990
This commit is contained in:
parent
c049c37acd
commit
e5950b2d37
5 changed files with 1 additions and 10 deletions
1
.github/scripts/cmp-config.pl
vendored
1
.github/scripts/cmp-config.pl
vendored
|
|
@ -45,6 +45,7 @@ my %remove = (
|
|||
'#define HAVE_BROTLI 1' => 1,
|
||||
'#define HAVE_BROTLI_DECODE_H 1' => 1,
|
||||
'#define HAVE_DLFCN_H 1' => 1,
|
||||
'#define HAVE_GSSAPI_GSSAPI_GENERIC_H 1' => 1,
|
||||
'#define HAVE_GSSAPI_GSSAPI_KRB5_H 1' => 1,
|
||||
'#define HAVE_INTTYPES_H 1' => 1,
|
||||
'#define HAVE_LDAP_H 1' => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue