view mcabber/harddefines.h @ 2:63acb2dcaeea

[/trunk] Changeset 17 by mikael * Quite a lot of change: the input bar is now usable. Can use /quit command and send messages.
author mikael
date Thu, 17 Mar 2005 21:30:14 +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