comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:b3b2332715fb
1 #ifndef __AJMACIAS__
2 #define __AJMACIAS__ 0xWIN!
3
4 #define VERSION "MCabber v0.6.0-dev -- based on http://cabber.sourceforge.net"
5 #define EMAIL "Email: bmikael [at] lists [dot] lilotux [dot] net"
6
7 #define STR_EMPTY(s) ((s)[0] == '\0')
8
9 #define FLAG_BUDDY_DISCONNECTED 0x00
10 #define FLAG_BUDDY_CONNECTED 0x01
11 #define FLAG_BUDDY_AWAY 0x02
12 #define FLAG_BUDDY_XAWAY 0x04
13 #define FLAG_BUDDY_HASMESSAGE 0x08
14
15 #endif