From ec12806d2f1d0beb23e9ce62062bbbae7ddcf24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 30 Apr 2008 08:03:53 +0000 Subject: [PATCH] Reverted r25258 - I didn't know that an undefined value defaults to 0. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25270 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/config_headers/tracing_config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/config_headers/tracing_config.h b/build/config_headers/tracing_config.h index 9699908508..7a530b8197 100644 --- a/build/config_headers/tracing_config.h +++ b/build/config_headers/tracing_config.h @@ -14,6 +14,8 @@ #endif +#if ENABLE_TRACING + // macros specifying the tracing level for individual components (0 is disabled) #define BFS_TRACING 0 @@ -34,4 +36,6 @@ #define TEAM_TRACING 0 #define USER_MALLOC_TRACING 0 +#endif // ENABLE_TRACING + #endif // KERNEL_TRACING_CONFIG_H