mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:23:36 +03:00
kerberos: drop logic for MIT Kerberos <1.2.3 (pre-2002) versions
curl requires 1.2.4 or newer. Also: - vms: stop defining `gss_nt_service_name`. Added inf9cf3de70b, symbol not used in curl code since355bf01c82. Closes #18978
This commit is contained in:
parent
be5a5c10d4
commit
0d560d00fa
6 changed files with 1 additions and 65 deletions
|
|
@ -337,11 +337,6 @@ $write cvh "#ifdef USE_UNIX_SOCKETS"
|
|||
$write cvh "#undef USE_UNIX_SOCKETS"
|
||||
$write cvh "#endif"
|
||||
$!
|
||||
$write cvh "#ifndef HAVE_OLD_GSSMIT"
|
||||
$write cvh "#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE"
|
||||
$write cvh "#endif"
|
||||
$!
|
||||
$!
|
||||
$! Note:
|
||||
$! The CURL_EXTERN_SYMBOL is used for platforms that need the compiler
|
||||
$! to know about universal symbols. VMS does not need this support so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue