config.h.in
changeset 13 88315b883803
parent 12 bc6d4169afdb
child 14 706e77af2947
--- a/config.h.in	Wed Jan 20 21:43:21 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-
-#ifndef LOCAL_CONFIG_H
-#define LOCAL_CONFIG_H
-
-#cmakedefine HAVE_XMPP_IS_ONLINE
-
-#ifndef HAVE_XMPP_IS_ONLINE
-inline gboolean xmpp_is_online (void)
-{
-	if (lconnection && lm_connection_is_authenticated(lconnection))
-		return TRUE;
-	else
-		return FALSE;
-}
-#endif
-
-#endif
-