X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;h=bfad761078615c157be9d30a51d39be0566b6296;hp=5166d0e8605fb8da0ca278284fdb02076e9f29c0;hb=eae9f81553dc2753bb1101de8564bf72dcd5b243;hpb=b075ed1dc5c3c2e1df3368a4f0791eeab07b4ceb diff --git a/webcit/webcit.h b/webcit/webcit.h index 5166d0e86..bfad76107 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -70,20 +70,11 @@ #endif #define IsEmptyStr(a) ((a)[0] == '\0') -/* - * Uncomment to dump an HTTP trace to stderr -#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 -#endif - #ifdef HAVE_ZLIB_H #include #endif