diff options
author | Daniel Stone <daniel.stone@nokia.com> | 2006-07-19 20:09:55 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 15:18:48 -0400 |
commit | 093943d4d02f1dbc8935b8cf835866a6e3885193 (patch) | |
tree | 5d33215156073f2c1a58d8ce27715f24703f706d | |
parent | 68b0678254240a984db9adefefb0cf68e9bfd4e4 (diff) |
define DEBUG in DIX
Which makes #ifdef DEBUG actually useful. Incredible.
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 4c3a4b7a0..2b9f273d7 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -231,6 +231,9 @@ /* Disable some debugging code */ #undef NDEBUG +/* Enable some debugging code */ +#undef DEBUG + /* Name of package */ #undef PACKAGE |