Mercurial > pidgin
diff src/protocols/msn/msn.h @ 10481:bcfea6c3d5c9
[gaim-migrate @ 11769]
Patch 1093958 from Felipe Contreras. It fixes stuff.
I also made some tweaks to make valgrind a bit happier.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Fri, 07 Jan 2005 02:48:33 +0000 |
| parents | d90ece33e72f |
| children | 1a97d5e88d12 |
line wrap: on
line diff
--- a/src/protocols/msn/msn.h Thu Jan 06 23:11:12 2005 +0000 +++ b/src/protocols/msn/msn.h Fri Jan 07 02:48:33 2005 +0000 @@ -45,8 +45,13 @@ #include "ft.h" -/* XXX */ -#include "gaim.h" +/* #define MSN_DEBUG_MSG 1 */ +/* #define MSN_DEBUG_SLPMSG 1 */ +/* #define MSN_DEBUG_HTTP 1 */ + +/* #define MSN_DEBUG_SLP 1 */ +/* #define MSN_DEBUG_SLP_VERBOSE 1 */ +/* #define MSN_DEBUG_SLP_FILES 1 */ #define MSN_BUF_LEN 8192 @@ -67,8 +72,6 @@ #define MSN_FT_GUID "{5D3E02AB-6190-11d3-BBBB-00C04F795683}" -#define MSN_CONNECT_STEPS 8 - #define MSN_CLIENTINFO \ "Client-Name: Gaim/" VERSION "\r\n" \ "Chat-Logging: Y\r\n"
