aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-05-24 13:17:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-05-24 13:17:32 +0000
commitb1ac8481c7b2ea0725918f8a286bb7a89d888050 (patch)
tree5b2883a1f3a831f07cb9c972ed1daf25a54ffa89
parentd71637007a11ed352bc82590fa6899faba3802d0 (diff)
downloadgnunet-b1ac8481c7b2ea0725918f8a286bb7a89d888050.tar.gz
gnunet-b1ac8481c7b2ea0725918f8a286bb7a89d888050.zip
- declare GNUNET_EXTRA_LOGGING to make gnunet_common.h usable by sources not present in source tree
-rw-r--r--src/include/gnunet_common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index e22df4e0e..116971179 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -104,6 +104,14 @@ extern "C"
104#endif 104#endif
105 105
106/** 106/**
107 * define GNUNET_EXTRA_LOGGING if using this header outside the GNUnet source
108 * tree where gnunet_config.h is unavailable
109 */
110#ifndef GNUNET_EXTRA_LOGGING
111#define GNUNET_EXTRA_LOGGING 0
112#endif
113
114/**
107 * Endian operations 115 * Endian operations
108 */ 116 */
109 117