diff mcabber/src/harddefines.h @ 24:e88b15cbf2de

[/trunk] Changeset 40 by mikael * Change structure -> src directory for mcabber source code...
author mikael
date Sun, 27 Mar 2005 20:16:02 +0000
parents
children a8ceaa3005fd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/src/harddefines.h	Sun Mar 27 20:16:02 2005 +0000
@@ -0,0 +1,15 @@
+#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