]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Don't compress when HTTP tracing/logging is enabled
[citadel.git] / webcit / webcit.h
index ea1c21d7699e8039cb7ce456926cae77602607d6..75dd81b5f9292be36f05b04542173d9cab885195 100644 (file)
@@ -1,5 +1,15 @@
 /* $Id$ */
 
+/*
+ * Uncomment to dump an HTTP trace to stderr
+#define HTTP_TRACING 1
+ */
+
+#ifdef HTTP_TRACING
+#undef HAVE_ZLIB_H
+#undef HAVE_ZLIB
+#endif
+
 #ifdef HAVE_ZLIB_H
 #include <zlib.h>
 #endif