diff plugins/icq/tcp.h @ 1309:0a766047b4fd

[gaim-migrate @ 1319] Yay, new icqlib committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 19 Dec 2000 10:08:29 +0000
parents 201ec77f3a60
children 8ed70631ed15
line wrap: on
line diff
--- a/plugins/icq/tcp.h	Tue Dec 19 08:37:12 2000 +0000
+++ b/plugins/icq/tcp.h	Tue Dec 19 10:08:29 2000 +0000
@@ -25,13 +25,13 @@
 
 /* Debugging */
 /* trace packet process results */
-/* #define TCP_PROCESS_TRACE */
+#undef TCP_PROCESS_TRACE 
 
 /* trace sent and received icq packets */
-/* #define TCP_PACKET_TRACE     */
+#undef TCP_PACKET_TRACE    
 
 /* trace raw sent and received packet data */
-/* #define TCP_RAW_TRACE  */
+#undef TCP_RAW_TRACE 
 
 /* trace recv buffer in tcplink.c*/
 #undef TCP_BUFFER_TRACE