view mcabber/harddefines.h @ 0:b3b2332715fb

Tailorization of /trunk Import of the upstream sources from Repository: file:///tmp/svn-mcabber Module: /trunk Revision: 15
author tailor@frmp8452
date Thu, 30 Jun 2005 21:39:31 +0000
parents
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