summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_jabber.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 444575d0a..28ce514d0 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -192,14 +192,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
need to read both files */
#define JABBER_CONFIG "jabber.conf"
-#ifndef FALSE
-#define FALSE 0
-#endif
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-
/*-- Forward declarations */
static void aji_buddy_destroy(struct aji_buddy *obj);
static void aji_client_destroy(struct aji_client *obj);