aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 8ec4649af..201e783d5 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -295,4 +295,10 @@ typedef int curl_socket_t;
#define USE_NTLM
#endif
+#ifdef CURLDEBUG
+#define DEBUGF(x) x
+#else
+#define DEBUGF(x)
+#endif
+
#endif /* __CONFIG_H */