aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-27 11:36:45 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-27 11:36:45 +0000
commitf85c3c37598c68e447174980117bc96328865877 (patch)
treefcba75d8039a28a5f7d5ad851f05dfc2dcd02216 /src/transport/plugin_transport_http.h
parent6cbcd301264c12f18b2b837db0297b314ce120e7 (diff)
downloadgnunet-f85c3c37598c68e447174980117bc96328865877.tar.gz
gnunet-f85c3c37598c68e447174980117bc96328865877.zip
renaming plugin
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r--src/transport/plugin_transport_http.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h
index 16e480a67..fd4364b8f 100644
--- a/src/transport/plugin_transport_http.h
+++ b/src/transport/plugin_transport_http.h
@@ -42,9 +42,9 @@
42#include <curl/curl.h> 42#include <curl/curl.h>
43 43
44 44
45#define DEBUG_HTTP GNUNET_NO 45#define DEBUG_HTTP GNUNET_YES
46#define VERBOSE_SERVER GNUNET_NO 46#define VERBOSE_SERVER GNUNET_YES
47#define VERBOSE_CLIENT GNUNET_NO 47#define VERBOSE_CLIENT GNUNET_YES
48#define VERBOSE_CURL GNUNET_NO 48#define VERBOSE_CURL GNUNET_NO
49 49
50#if BUILD_HTTPS 50#if BUILD_HTTPS