]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/webcit.h
Click on a user or their avatar to go to their profile from the forum view
[citadel.git] / webcit-ng / webcit.h
index 9dccdcbf6cfca6a000618819ed8f01f294e4acb3..7e1667a8d3ca7ad611e25e38f3044a1008453763 100644 (file)
@@ -40,7 +40,7 @@
 #include <openssl/rand.h>
 #include <expat.h>
 #define _(x)   x                               // temporary hack until we add i18n back in
-#define DEBUG_HTTP                             // uncomment to debug HTTP headers
+//#define DEBUG_HTTP                           // uncomment to debug HTTP headers
 
 // XML_StopParser is present in expat 2.x
 #if XML_MAJOR_VERSION > 1