mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
Christian Krause fixed a build failure when building with gss support
enabled and FTP disabled.
This commit is contained in:
parent
3c4b69f95d
commit
c76d939563
3 changed files with 7 additions and 2 deletions
|
|
@ -47,7 +47,8 @@
|
|||
#define _MPRINTF_REPLACE /* use the internal *printf() functions */
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
#if defined(HAVE_KRB4) || defined(HAVE_GSSAPI)
|
||||
/* the krb4 functions only exists for FTP and if krb4 or gssapi is defined */
|
||||
#if !defined(CURL_DISABLE_FTP) && (defined(HAVE_KRB4) || defined(HAVE_GSSAPI))
|
||||
#include "krb4.h"
|
||||
#else
|
||||
#define Curl_sec_send(a,b,c,d) -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue