From 1d6475f3849adac36f665d6261753c7eb2c3dd93 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 22 Aug 2012 15:55:51 +0000 Subject: - don't break build on osx, win --- src/mesh/gnunet-service-mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesh/gnunet-service-mesh.c') diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 61c7dec52..e1fa5797f 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -59,7 +59,7 @@ #define MESH_DEBUG_DHT GNUNET_NO #define MESH_DEBUG_CONNECTION GNUNET_NO -#define MESH_DEBUG_TIMING GNUNET_YES +#define MESH_DEBUG_TIMING __LINUX__ && GNUNET_YES #if MESH_DEBUG_CONNECTION #define DEBUG_CONN(...) GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, __VA_ARGS__) -- cgit v1.2.3