/*
* call-seq:
* Curl.ntlm? => true or false
*
* Returns true if the installed libcurl supports HTTP NTLM.
* For libcurl versions < 7.10.6, always returns false.
*/
static VALUE ruby_curl_ntlm_q(VALUE mod) {