version: Add flag CURL_VERSION_PSL for libpsl

This commit is contained in:
Gisle Vanem 2015-12-03 01:02:50 -05:00 committed by Jay Satiro
parent 738b0ba09e
commit b1f9424fa7
4 changed files with 13 additions and 3 deletions

View file

@ -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()