mirror of
https://github.com/curl/curl.git
synced 2026-08-10 14:20:54 +03:00
version: Add flag CURL_VERSION_PSL for libpsl
This commit is contained in:
parent
738b0ba09e
commit
b1f9424fa7
4 changed files with 13 additions and 3 deletions
|
|
@ -2329,6 +2329,8 @@ typedef struct {
|
|||
#define CURL_VERSION_GSSAPI (1<<17) /* Built against a GSS-API library */
|
||||
#define CURL_VERSION_KERBEROS5 (1<<18) /* Kerberos V5 auth is supported */
|
||||
#define CURL_VERSION_UNIX_SOCKETS (1<<19) /* Unix domain sockets support */
|
||||
#define CURL_VERSION_PSL (1<<20) /* Mozilla's Public Suffix List, used
|
||||
for cookie domain verification */
|
||||
|
||||
/*
|
||||
* NAME curl_version_info()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue