added disable-[protocol] support, largely provided by Miklos Nemeth

This commit is contained in:
Daniel Stenberg 2002-06-11 11:13:01 +00:00
parent 8c45e2a641
commit 08ef208fb7
19 changed files with 127 additions and 10 deletions

View file

@ -40,6 +40,7 @@
#include "setup.h"
#ifndef CURL_DISABLE_FTP
#ifdef KRB4
#include "security.h"
@ -391,6 +392,7 @@ void Curl_krb_kauth(struct connectdata *conn)
}
#endif /* KRB4 */
#endif /* CURL_DISABLE_FTP */
/*
* local variables: