ICQ2000, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols. It allows you to send, receive, and forward messages, URLs, SMSes (both through the ICQ server and e-mail gateways supported by Mirabilis), contacts, and email express messages. It also lets you set your own and fetch others' away messages, and define external handlers for incoming events. Apart from IM it supports LiveJournal management and receiving RSS feeds. This is a fork of CenterICQ.
14 lines
325 B
Text
14 lines
325 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2007/08/30 00:47:01 jnemeth Exp $
|
|
|
|
--- kksystr/include/kkiproc.h.orig Tue Jul 9 13:07:29 2002
|
|
+++ kksystr/include/kkiproc.h
|
|
@@ -9,7 +9,9 @@
|
|
#include <string.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
+#ifdef __linux__
|
|
#include <utmp.h>
|
|
+#endif
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
|