From: Pekka Riikonen Date: Sun, 10 Dec 2006 17:11:45 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~557 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=c53ffb159731582d90038bec8be66633fe026ab0 updates. --- diff --git a/apps/irssi/configure.in b/apps/irssi/configure.in index ae29bac8..89ea539a 100644 --- a/apps/irssi/configure.in +++ b/apps/irssi/configure.in @@ -28,7 +28,7 @@ fi AC_CHECK_HEADERS(string.h stdlib.h unistd.h dirent.h sys/ioctl.h sys/resource.h) # check posix headers.. -AC_CHECK_HEADERS(sys/time.h sys/utsname.h regex.h) +AC_CHECK_HEADERS(sys/time.h sys/utsname.h) AC_ARG_WITH(socks, [ --with-socks Build with socks support], diff --git a/apps/irssi/docs/help/in/key.in b/apps/irssi/docs/help/in/key.in index 87482c79..bfc4cdc8 100644 --- a/apps/irssi/docs/help/in/key.in +++ b/apps/irssi/docs/help/in/key.in @@ -66,6 +66,7 @@ Commands: after receiving the reply to the request, by giving the negotiate command. By default the key agreement connection is TCP connection. UDP connection may also be defined. + (Note that, older SILC clients (1.0.x) does not support UDP). This command may be used to send reply to the remote client. When receiving empty key agreement you can reply to the diff --git a/apps/irssi/src/common.h b/apps/irssi/src/common.h index 6691da54..f48b9a92 100644 --- a/apps/irssi/src/common.h +++ b/apps/irssi/src/common.h @@ -17,6 +17,10 @@ #include "config.h" #endif +#ifndef PACKAGE +#define PACKAGE "SILC Client" +#endif /* PACKAGE */ + #include #include #include