33 debugs(29, 2,
"Initializing Authentication Schemes ...");
34#if HAVE_AUTH_MODULE_BASIC
35 static const char *basic_type = Auth::Basic::Scheme::GetInstance()->type();
36 debugs(29, 2,
"Initialized Authentication Scheme '" << basic_type <<
"'");
38#if HAVE_AUTH_MODULE_DIGEST
39 static const char *digest_type = Auth::Digest::Scheme::GetInstance()->type();
40 debugs(29, 2,
"Initialized Authentication Scheme '" << digest_type <<
"'");
42#if HAVE_AUTH_MODULE_NEGOTIATE
43 static const char *negotiate_type = Auth::Negotiate::Scheme::GetInstance()->type();
44 debugs(29, 2,
"Initialized Authentication Scheme '" << negotiate_type <<
"'");