diff mcabber/src/hooks.c @ 1448:844410b9b4cc

Remove configure option --enable-fifo
author Mikael Berthe <mikael@lilotux.net>
date Thu, 27 Mar 2008 23:27:19 +0100
parents ba706e97d6ec
children a9a1770e4578
line wrap: on
line diff
--- a/mcabber/src/hooks.c	Fri Mar 21 19:49:27 2008 +0100
+++ b/mcabber/src/hooks.c	Thu Mar 27 23:27:19 2008 +0100
@@ -32,10 +32,7 @@
 #include "utils.h"
 #include "utf8.h"
 #include "commands.h"
-
-#ifdef ENABLE_FIFO
-# include "fifo.h"
-#endif
+#include "fifo.h"
 
 static char *extcmd;
 
@@ -54,9 +51,7 @@
     last = now;
   }
   */
-#ifdef ENABLE_FIFO
   fifo_read();
-#endif
 }
 
 void hk_message_in(const char *bjid, const char *resname,