Loading tests/runtests.pl +5 −0 Original line number Original line Diff line number Diff line Loading @@ -184,6 +184,7 @@ my $has_ipv6; # set if libcurl is built with IPv6 support my $has_libz; # set if libcurl is built with libz support my $has_libz; # set if libcurl is built with libz support my $has_getrlimit; # set if system has getrlimit() my $has_getrlimit; # set if system has getrlimit() my $has_ntlm; # set if libcurl is built with NTLM support my $has_ntlm; # set if libcurl is built with NTLM support my $has_charconv;# set if libcurl is built with CharConv support my $has_openssl; # built with a lib using an OpenSSL-like API my $has_openssl; # built with a lib using an OpenSSL-like API my $has_gnutls; # built with GnuTLS my $has_gnutls; # built with GnuTLS Loading Loading @@ -1569,6 +1570,10 @@ sub checksystem { # NTLM enabled # NTLM enabled $has_ntlm=1; $has_ntlm=1; } } if($feat =~ /CharConv/i) { # CharConv enabled $has_charconv=1; } } } } } if(!$curl) { if(!$curl) { Loading Loading
tests/runtests.pl +5 −0 Original line number Original line Diff line number Diff line Loading @@ -184,6 +184,7 @@ my $has_ipv6; # set if libcurl is built with IPv6 support my $has_libz; # set if libcurl is built with libz support my $has_libz; # set if libcurl is built with libz support my $has_getrlimit; # set if system has getrlimit() my $has_getrlimit; # set if system has getrlimit() my $has_ntlm; # set if libcurl is built with NTLM support my $has_ntlm; # set if libcurl is built with NTLM support my $has_charconv;# set if libcurl is built with CharConv support my $has_openssl; # built with a lib using an OpenSSL-like API my $has_openssl; # built with a lib using an OpenSSL-like API my $has_gnutls; # built with GnuTLS my $has_gnutls; # built with GnuTLS Loading Loading @@ -1569,6 +1570,10 @@ sub checksystem { # NTLM enabled # NTLM enabled $has_ntlm=1; $has_ntlm=1; } } if($feat =~ /CharConv/i) { # CharConv enabled $has_charconv=1; } } } } } if(!$curl) { if(!$curl) { Loading