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
This commit is contained in:
Axel Dörfler 2008-04-30 08:03:53 +00:00
parent 6aede71c0c
commit ec12806d2f

View File

@ -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