view mcabber/harddefines.h @ 9:455ab6bc14ac

[/trunk] Changeset 24 by mikael * Dont show incoming message if we are in the Status Window (no automatic switching) * Some cleanup...
author mikael
date Sat, 19 Mar 2005 16:30:33 +0000
parents b3b2332715fb
children
line wrap: on
line source

#ifndef __AJMACIAS__
#define __AJMACIAS__ 0xWIN!

#define VERSION "MCabber v0.6.0-dev -- based on http://cabber.sourceforge.net"
#define EMAIL "Email: bmikael [at] lists [dot] lilotux [dot] net"

#define STR_EMPTY(s) ((s)[0] == '\0')

#define FLAG_BUDDY_DISCONNECTED         0x00
#define FLAG_BUDDY_CONNECTED            0x01
#define FLAG_BUDDY_AWAY                 0x02
#define FLAG_BUDDY_XAWAY                0x04
#define FLAG_BUDDY_HASMESSAGE           0x08

#endif