# HG changeset patch # User Richard Laager # Date 1134075532 0 # Node ID b33b4e326c90d965fb15cfa2f7c7ebc576086d06 # Parent bc45ab9756b5717b460fac3ee141a75cb16777cc [gaim-migrate @ 14714] undef warning fix for ICQ_OSCAR_SUPPORT. If this is never defined anywhere, as the comment indicates, is the code still necessary? committer: Tailor Script diff -r bc45ab9756b5 -r b33b4e326c90 src/protocols/oscar/locate.c --- a/src/protocols/oscar/locate.c Thu Dec 08 20:58:28 2005 +0000 +++ b/src/protocols/oscar/locate.c Thu Dec 08 20:58:52 2005 +0000 @@ -847,7 +847,7 @@ aim_tlvlist_add_16(&tlvlist, 0x0004, info->idletime); /* XXX - So, ICQ_OSCAR_SUPPORT is never defined anywhere... */ -#if ICQ_OSCAR_SUPPORT +#ifdef ICQ_OSCAR_SUPPORT if (atoi(info->sn) != 0) { if (info->present & AIM_USERINFO_PRESENT_ICQEXTSTATUS) aim_tlvlist_add_16(&tlvlist, 0x0006, info->icqinfo.status);