diff options
Diffstat (limited to 'src/debug.h')
| -rw-r--r-- | src/debug.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h new file mode 100644 index 0000000..ad8151b --- /dev/null +++ b/src/debug.h @@ -0,0 +1,17 @@ +/*************************************************************************** + * Copyright (C) 2003 by Sylvain Joyeux * + * sylvain.joyeux@m4x.org * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ + +#ifndef KIOAPT_DEBUG +#define KIOAPT_DEBUG + +#define DEBUG_ZONE 7000 + +#endif + |
