]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
DBG_QR[2] now a configurable loggable
[citadel.git] / webcit / webcit.h
index cb8128ac72234251c1475461cf7769d169ab9a1a..b55201cadf7ca7e26e18461b44c17fe47137ef7e 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