From 93cd53860c3aca182a0a02543c41b5d71d65926b Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 20 Jul 2006 16:52:31 -0400 Subject: [PATCH] kdrive: allow debugging --- include/kdrive-config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/kdrive-config.h.in b/include/kdrive-config.h.in index 9e611c584..2f454d702 100644 --- a/include/kdrive-config.h.in +++ b/include/kdrive-config.h.in @@ -22,4 +22,7 @@ /* Support tslib touchscreen abstraction library */ #undef TSLIB +/* Verbose debugging output hilarity */ +#undef DEBUG + #endif /* _KDRIVE_CONFIG_H_ */