diff options
author | Daniel Stone <daniel.stone@nokia.com> | 2006-07-20 16:52:31 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 15:19:21 -0400 |
commit | 93cd53860c3aca182a0a02543c41b5d71d65926b (patch) | |
tree | d93378bbef99ce7888b934b2851c78cc18c61741 /include/kdrive-config.h.in | |
parent | cd0874dda1c30ef91a7d2b3cd455676422599ccf (diff) |
kdrive: allow debugging
Diffstat (limited to 'include/kdrive-config.h.in')
-rw-r--r-- | include/kdrive-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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_ */ |