updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 10 Dec 2006 17:11:45 +0000 (17:11 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 10 Dec 2006 17:11:45 +0000 (17:11 +0000)
apps/irssi/configure.in
apps/irssi/docs/help/in/key.in
apps/irssi/src/common.h

index ae29bac805e9d0093f0e2c316f5a95f86c428c1b..89ea539a74ceb1ae94e8a61ecf1a3254207a3d64 100644 (file)
@@ -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],
index 87482c796122aa2e86350fd6d3502e348fad08a1..bfc4cdc82190586e4e53277719e6e790bb01e3e0 100644 (file)
@@ -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
index 6691da54d5e74fbb69b8784b6fba256be8945a61..f48b9a92e3566db562f9ed353d2c2984fd5e397e 100644 (file)
 #include "config.h"
 #endif
 
+#ifndef PACKAGE
+#define PACKAGE "SILC Client"
+#endif /* PACKAGE */
+
 #include <stdio.h>
 #include <stddef.h>
 #include <stdarg.h>