gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27293 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r27293 - gnunet/src/include
Date: Fri, 24 May 2013 15:17:32 +0200

Author: harsha
Date: 2013-05-24 15:17:32 +0200 (Fri, 24 May 2013)
New Revision: 27293

Modified:
   gnunet/src/include/gnunet_common.h
Log:
- declare GNUNET_EXTRA_LOGGING to make gnunet_common.h usable by sources not 
present in source tree


Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2013-05-24 13:15:32 UTC (rev 27292)
+++ gnunet/src/include/gnunet_common.h  2013-05-24 13:17:32 UTC (rev 27293)
@@ -104,6 +104,14 @@
 #endif
 
 /**
+ * define GNUNET_EXTRA_LOGGING if using this header outside the GNUnet source
+ * tree where gnunet_config.h is unavailable
+ */
+#ifndef GNUNET_EXTRA_LOGGING
+#define GNUNET_EXTRA_LOGGING 0
+#endif
+
+/**
  * Endian operations
  */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]