Index: trunk/utils.h
===================================================================
--- trunk/utils.h	(revision 522)
+++ trunk/utils.h	(revision 543)
@@ -2,5 +2,5 @@
 #include "xcache.h"
 
-#ifdef DEBUG
+#ifdef XCACHE_DEBUG
 #	define IFDEBUG(x) (x)
 int xc_vtrace(const char *fmt, va_list args);
@@ -25,5 +25,5 @@
 #   undef inline
 #   define inline
-#else /* DEBUG */
+#else /* XCACHE_DEBUG */
 
 #	ifdef ZEND_WIN32
@@ -41,5 +41,5 @@
 #       define NDEBUG
 #   endif
-#endif /* DEBUG */
+#endif /* XCACHE_DEBUG */
 #include <assert.h>
 
