aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sendf.h')
-rw-r--r--lib/sendf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sendf.h b/lib/sendf.h
index 1a5d033fd..b3c3136d1 100644
--- a/lib/sendf.h
+++ b/lib/sendf.h
@@ -55,6 +55,10 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...);
#endif
+#else /* CURL_DISABLE_VERBOSE_STRINGS */
+
+#define infof Curl_infof
+
#endif /* CURL_DISABLE_VERBOSE_STRINGS */
#define failf Curl_failf