summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-16 22:27:01 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-16 22:27:01 +0000
commit700336146abfc054ce2a380b2511a9bbe77f4ec1 (patch)
treefa63722c9afa2653f1d62db94748e7dfa2ee1e2a /src/core/core.h
parent0ce7c7880daac2269711a99f56bcc29afca5acc8 (diff)
downloadgnunet-700336146abfc054ce2a380b2511a9bbe77f4ec1.tar.gz
gnunet-700336146abfc054ce2a380b2511a9bbe77f4ec1.zip
fixes
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 19a090ea0..647d18698 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -29,12 +29,12 @@
29/** 29/**
30 * General core debugging. 30 * General core debugging.
31 */ 31 */
32#define DEBUG_CORE GNUNET_YES 32#define DEBUG_CORE GNUNET_NO
33 33
34/** 34/**
35 * Debugging interaction core-clients. 35 * Debugging interaction core-clients.
36 */ 36 */
37#define DEBUG_CORE_CLIENT GNUNET_YES 37#define DEBUG_CORE_CLIENT GNUNET_NO
38 38
39/** 39/**
40 * Definition of bits in the InitMessage's options field that specify 40 * Definition of bits in the InitMessage's options field that specify