aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-05 17:08:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-13 08:17:09 +0200
commit0e2208ada6e4c3edeb01ce242e3e2ca06084680b (patch)
tree43f3fa28be281131d37729ad420df0555fb29f20 /lib/urldata.h
parent7c70a3b1ad5e156243199642c9c0abf34f9f1d8e (diff)
wildcard: disable from build when FTP isn't present
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 09194472d..44d25e03a 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1803,7 +1803,9 @@ struct Curl_easy {
struct Progress progress; /* for all the progress meter data */
struct UrlState state; /* struct for fields used for state info and
other dynamic purposes */
+#ifndef CURL_DISABLE_FTP
struct WildcardData wildcard; /* wildcard download state info */
+#endif
struct PureInfo info; /* stats, reports and info data */
struct curl_tlssessioninfo tsi; /* Information about the TLS session, only
valid after a client has asked for it */