annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
1 #ifndef __AJMACIAS__
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
2 #define __AJMACIAS__ 0xWIN!
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
3
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
4 #define VERSION "MCabber v0.6.0-dev -- based on http://cabber.sourceforge.net"
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
5 #define EMAIL "Email: bmikael [at] lists [dot] lilotux [dot] net"
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
6
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
7 #define STR_EMPTY(s) ((s)[0] == '\0')
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
8
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
9 #define FLAG_BUDDY_DISCONNECTED 0x00
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
10 #define FLAG_BUDDY_CONNECTED 0x01
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
11 #define FLAG_BUDDY_AWAY 0x02
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
12 #define FLAG_BUDDY_XAWAY 0x04
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
13 #define FLAG_BUDDY_HASMESSAGE 0x08
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
14
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
15 #endif