X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=eacb045aa3fd273d90c80e829210dcb116e437d0;hb=500dbfd92ee52df131d21061ea70ec58c8e256c6;hp=cd12d7d98c0a5bc288952ccdfc762953bbd56be1;hpb=083d1b6cb5ce5cd2d335eeaa8e9d45050dfa4494;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index cd12d7d98..eacb045aa 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -74,6 +74,10 @@ #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