now reports "krb4 enabled" is that's so
This commit is contained in:
parent
7bac857fdd
commit
c62cc76fdb
@ -79,8 +79,14 @@ char *curl_version(void)
|
|||||||
ptr=strchr(ptr, '\0');
|
ptr=strchr(ptr, '\0');
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef KRB4
|
||||||
|
sprintf(ptr, " (krb4 enabled)");
|
||||||
|
ptr += strlen(ptr);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_ZLIB
|
#ifdef USE_ZLIB
|
||||||
sprintf(ptr, " (zlib %s)", zlibVersion());
|
sprintf(ptr, " (zlib %s)", zlibVersion());
|
||||||
|
ptr += strlen(ptr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return version;
|
return version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user