DBG_QR[2] now a configurable loggable
[citadel.git] / webcit / webcit.h
index cd12d7d98c0a5bc288952ccdfc762953bbd56be1..eacb045aa3fd273d90c80e829210dcb116e437d0 100644 (file)
 #define HTTP_TRACING 1
  */
 
+#define DO_DBG_QR 0
+#define DBG_QR(x) if(DO_DBG_QR) _DBG_QR(x)
+#define DBG_QR2(x) if(DO_DBG_QR) _DBG_QR2(x)
+
 #ifdef HTTP_TRACING
 #undef HAVE_ZLIB_H
 #undef HAVE_ZLIB