--- src/ngircd/array.c	30 Aug 2005 13:36:32 -0000	1.8
+++ src/ngircd/array.c	30 Nov 2005 09:24:58 -0000
@@ -27,6 +27,8 @@ static char UNUSED id[] = "$Id: array.c,
 #define ALIGN_1024U(x)		((x | 0x3ffU) +1)
 #define ALIGN_4096U(x)		((x | 0xfffU) +1)
 
+#undef DEBUG
+
 
 static bool
 safemult_sizet(size_t a, size_t b, size_t *res)
