curl/lib/vauth
Marcel Raad 9bc92eeb0e
NTLM: check for features with #ifdef instead of #if
Feature defines are normally checked with #ifdef instead of #if in the rest of
the codebase. Additionally, some compilers warn when a macro is implicitly
evaluated to 0 because it is not defined, which was the case here.

Ref: https://github.com/curl/curl/pull/1362#discussion_r108605101
Closes https://github.com/curl/curl/pull/1367
2017-03-29 20:16:09 +02:00
..
cleartext.c
cram.c
digest_sspi.c spelling fixes 2017-03-26 23:56:23 +02:00
digest.c spelling fixes 2017-03-26 23:56:23 +02:00
digest.h
krb5_gssapi.c spelling fixes 2017-03-26 23:56:23 +02:00
krb5_sspi.c spelling fixes 2017-03-26 23:56:23 +02:00
ntlm_sspi.c
ntlm.c NTLM: check for features with #ifdef instead of #if 2017-03-29 20:16:09 +02:00
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c
vauth.c
vauth.h