silc-client-0.9.7 update

maintainer ok, todd ok
This commit is contained in:
mark 2002-10-22 22:05:07 +00:00
parent 959e9585bf
commit e8d66836ee
20 changed files with 45 additions and 360 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.14 2002/10/05 19:41:17 fgsch Exp $
# $OpenBSD: Makefile,v 1.15 2002/10/22 22:05:07 mark Exp $
COMMENT= "Secure Live Internet Conferencing (SILC) client"
DISTNAME= silc-client-0.9.5.1
DISTNAME= silc-client-0.9.7
CATEGORIES= net
HOMEPAGE= http://www.silcnet.org/

View File

@ -1,3 +1,3 @@
MD5 (silc-client-0.9.5.1.tar.gz) = b14effef44ca3eb7bc97eeb13a0140d9
RMD160 (silc-client-0.9.5.1.tar.gz) = aa7d360e82919edec1ad0a770bb85b93045372c9
SHA1 (silc-client-0.9.5.1.tar.gz) = ec70c66ad3c77477817efead4a0c5e8d947365e1
MD5 (silc-client-0.9.7.tar.gz) = 653079f23bd2210998404ab395631cd9
RMD160 (silc-client-0.9.7.tar.gz) = bdd30323e09a582369bed8fdca6ed663388e3124
SHA1 (silc-client-0.9.7.tar.gz) = 744dd97901564ddf9d1bbe5099605147a1c6d2a0

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.2 2002/07/04 10:56:08 fgsch Exp $
--- Makefile.in.orig Sun Jun 23 16:25:10 2002
+++ Makefile.in Fri Jun 28 03:17:10 2002
@@ -536,51 +536,25 @@ install-dirs:
$OpenBSD: patch-Makefile_in,v 1.3 2002/10/22 22:05:08 mark Exp $
--- Makefile.in.orig Mon Oct 21 11:11:12 2002
+++ Makefile.in Tue Oct 22 14:57:53 2002
@@ -684,53 +684,25 @@ install-dirs:
-mkdir -p $(docdir)
-mkdir -p $(logsdir)
@ -45,9 +45,12 @@ $OpenBSD: patch-Makefile_in,v 1.2 2002/07/04 10:56:08 fgsch Exp $
- $(etcdir)/silcalgs.conf; \
- chmod go= $(etcdir)/silcd.conf; \
- fi
-@if test '!' -f $(etcdir)/silc.conf ; then \
$(INSTALL_DATA) $(srcdir)/irssi/silc.conf \
$(etcdir)/silc.conf; \
- -@if test '!' -d $(srcdir)/irssi ; then \
- if test '!' -f $(etcdir)/silc.conf ; then \
+ -@if test '!' -d $(etcdir)/silc.conf ; then \
$(INSTALL_DATA) $(srcdir)/irssi/silc.conf; \
$(etcdir)/silc.conf; \
- fi; \
fi
-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.8 2002/09/24 17:20:10 fgsch Exp $
--- configure.orig Thu Sep 19 06:09:58 2002
+++ configure Thu Sep 19 06:11:14 2002
@@ -2663,13 +2663,6 @@ else
SILC_DIST_WIN32DLL_FALSE=
$OpenBSD: patch-configure,v 1.9 2002/10/22 22:05:08 mark Exp $
--- configure.orig Mon Oct 21 11:11:09 2002
+++ configure Tue Oct 22 14:57:53 2002
@@ -3098,13 +3098,6 @@ else
fi
-# XXX
-# Compiler flags
-#
@ -15,15 +15,16 @@ $OpenBSD: patch-configure,v 1.8 2002/09/24 17:20:10 fgsch Exp $
# Program checking
#
# Find a good install program. We prefer a C program (faster),
@@ -10434,18 +10427,16 @@ echo "${ECHO_T}yes" >&6
@@ -12477,19 +12470,17 @@ echo "${ECHO_T}yes" >&6
#define SILC_DEBUG 1
EOF
_ACEOF
- CFLAGS="-O -g $CFLAGS"
+ CFLAGS="-g $CFLAGS"
summary_debug="yes"
;;
*)
echo "$as_me:10440: result: no" >&5
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
- CFLAGS="-O2 -g $CFLAGS"
;;
@ -32,6 +33,6 @@ $OpenBSD: patch-configure,v 1.8 2002/09/24 17:20:10 fgsch Exp $
else
- CFLAGS="-O2 -g $CFLAGS"
echo "$as_me:10449: result: no" >&5
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6

View File

@ -1,50 +0,0 @@
$OpenBSD: patch-irssi_src_core_Makefile_in,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/core/Makefile.in.orig Sat Sep 7 14:05:05 2002
+++ irssi/src/core/Makefile.in Tue Sep 24 02:28:01 2002
@@ -196,8 +196,7 @@ libcore_a_SOURCES = \
settings.c \
signals.c \
special-vars.c \
- write-buffer.c \
- blob.c
+ write-buffer.c
structure_headers = \
@@ -208,8 +207,7 @@ structure_headers = \
server-rec.h \
server-setup-rec.h \
server-connect-rec.h \
- window-item-rec.h \
- blob.h
+ window-item-rec.h
noinst_HEADERS = \
@@ -271,8 +269,7 @@ am_libcore_a_OBJECTS = args.$(OBJEXT) ch
nickmatch-cache.$(OBJEXT) pidwait.$(OBJEXT) queries.$(OBJEXT) \
rawlog.$(OBJEXT) servers.$(OBJEXT) servers-reconnect.$(OBJEXT) \
servers-setup.$(OBJEXT) session.$(OBJEXT) settings.$(OBJEXT) \
- signals.$(OBJEXT) special-vars.$(OBJEXT) write-buffer.$(OBJEXT) \
- blob.$(OBJEXT)
+ signals.$(OBJEXT) special-vars.$(OBJEXT) write-buffer.$(OBJEXT)
libcore_a_OBJECTS = $(am_libcore_a_OBJECTS)
DEFS = @DEFS@
@@ -281,7 +278,7 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
depcomp = $(SHELL) $(top_srcdir)/depcomp
-@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/args.Po $(DEPDIR)/blob.Po \
+@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/args.Po \
@AMDEP_TRUE@ $(DEPDIR)/channels-setup.Po $(DEPDIR)/channels.Po \
@AMDEP_TRUE@ $(DEPDIR)/chat-commands.Po \
@AMDEP_TRUE@ $(DEPDIR)/chat-protocols.Po $(DEPDIR)/chatnets.Po \
@@ -352,7 +349,6 @@ distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/args.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/blob.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/channels-setup.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/channels.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/chat-commands.Po@am__quote@

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-irssi_src_core_blob_c,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/core/blob.c.orig Sat Jul 6 05:09:39 2002
+++ irssi/src/core/blob.c Tue Sep 24 02:28:01 2002
@@ -1,8 +0,0 @@
-#include "common.h"
-#include "blob.h"
-#include "modules.h"
-
-void blob_fill(BLOB_REC *blob)
-{
- blob->type = module_get_uniq_id("BLOB", 0);
-}

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-irssi_src_core_blob_h,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/core/blob.h.orig Sat Jul 6 05:09:39 2002
+++ irssi/src/core/blob.h Tue Sep 24 02:28:01 2002
@@ -1,16 +0,0 @@
-#ifndef __BLOB_H__
-#define __BLOB_H__
-
-#include "modules.h"
-
-struct _BLOB_REC {
- int type;
- void *data;
- guint32 octets;
-};
-
-typedef struct _BLOB_REC BLOB_REC;
-
-void blob_fill(BLOB_REC *blob);
-
-#endif

View File

@ -1,8 +0,0 @@
$OpenBSD: patch-irssi_src_perl_common_Irssi_xs,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/perl/common/Irssi.xs.orig Sat Jul 6 05:09:39 2002
+++ irssi/src/perl/common/Irssi.xs Tue Sep 24 02:28:01 2002
@@ -31,4 +31,3 @@ BOOT:
irssi_boot(Rawlog);
irssi_boot(Server);
irssi_boot(Settings);
- irssi_boot(Blob);

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-irssi_src_perl_common_module_h,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/perl/common/module.h.orig Sat Jul 6 05:09:39 2002
+++ irssi/src/perl/common/module.h Tue Sep 24 02:28:01 2002
@@ -22,7 +22,6 @@
#include "channels.h"
#include "queries.h"
#include "nicklist.h"
-#include "blob.h"
#include "perl/perl-core.h"
#include "perl/perl-common.h"
@@ -43,4 +42,3 @@ typedef RECONNECT_REC *Irssi__Reconnect;
typedef CHANNEL_REC *Irssi__Channel;
typedef QUERY_REC *Irssi__Query;
typedef NICK_REC *Irssi__Nick;
-typedef BLOB_REC *Irssi__Blob;

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-irssi_src_perl_common_typemap,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/perl/common/typemap.orig Sat Jul 6 05:09:39 2002
+++ irssi/src/perl/common/typemap Tue Sep 24 02:28:01 2002
@@ -13,7 +13,6 @@ Irssi::Logitem T_PlainObj
Irssi::Rawlog T_PlainObj
Irssi::Module T_PlainObj
Irssi::Windowitem T_IrssiObj
-Irssi::Blob T_PlainObj
INPUT

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-irssi_src_perl_get-signals_pl,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/perl/get-signals.pl.orig Sat Jul 6 05:09:39 2002
+++ irssi/src/perl/get-signals.pl Tue Sep 24 02:28:01 2002
@@ -51,9 +51,6 @@ while (<STDIN>) {
s/WINDOW_REC[^,]*/Irssi::UI::Window/g;
s/WI_ITEM_REC[^,]*/iobject/g;
- # silc
- s/BLOB_REC[^,]*/siobject/g;
-
s/([\w\*:]+)(,|$)/"\1"\2/g;
print " { \"$signal\", { $_, NULL } },\n";
}

View File

@ -1,35 +0,0 @@
$OpenBSD: patch-irssi_src_perl_perl-common_c,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/perl/perl-common.c.orig Sat Jul 6 05:09:39 2002
+++ irssi/src/perl/perl-common.c Tue Sep 24 02:28:01 2002
@@ -39,7 +39,6 @@
#include "channels.h"
#include "queries.h"
#include "nicklist.h"
-#include "blob.h"
#include "perl-common.h"
@@ -230,12 +229,6 @@ void irssi_callXS(void (*subaddr)(CV* cv
PUTBACK;
}
-static void perl_blob_fill_hash(HV *hv, BLOB_REC *blob)
-{
- hv_store(hv, "octets", 6, newSViv(blob->octets), 0);
- hv_store(hv, "data", 4, newSVpv(blob->data, blob->octets), 0);
-}
-
void perl_chatnet_fill_hash(HV *hv, CHATNET_REC *chatnet)
{
char *type, *chat_type;
@@ -631,10 +624,6 @@ void perl_common_start(void)
plain_stashes = g_hash_table_new((GHashFunc) g_str_hash,
(GCompareFunc) g_str_equal);
irssi_add_plains(core_plains);
- irssi_add_object(module_get_uniq_id("BLOB", 0), 0,
- "Irssi::Blob",
- (PERL_OBJECT_FUNC) perl_blob_fill_hash);
-
use_protocols = NULL;
g_slist_foreach(chat_protocols, (GFunc) perl_register_protocol, NULL);

View File

@ -1,91 +0,0 @@
$OpenBSD: patch-irssi_src_silc_core_client_ops_c,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/silc/core/client_ops.c.orig Sat Jul 6 05:44:15 2002
+++ irssi/src/silc/core/client_ops.c Tue Sep 24 02:28:01 2002
@@ -39,7 +39,6 @@
#include "fe-common/silc/module-formats.h"
#include "core.h"
-#include "blob.h"
static void
silc_verify_public_key_internal(SilcClient client, SilcClientConnection conn,
@@ -111,20 +110,6 @@ void silc_say_error(char *msg, ...)
va_end(va);
}
-void silc_emit_mime_sig(SILC_SERVER_REC *server, SILC_CHANNEL_REC *channel,
- const char *data, SilcUInt32 data_len,
- const char *encoding, const char *type,
- const char *nick)
-{
- BLOB_REC blob;
-
- blob_fill(&blob);
- blob.octets = data_len;
- blob.data = (char *)data;
-
- signal_emit("mime", 6, server, channel, &blob, encoding, type, nick);
-}
-
/* Message for a channel. The `sender' is the nickname of the sender
received in the packet. The `channel_name' is the name of the channel. */
@@ -157,14 +142,12 @@ void silc_channel_message(SilcClient cli
if (flags & SILC_MESSAGE_FLAG_DATA) {
/* MIME object received, try to display it as well as we can */
- char type[128], enc[128];
+ char type[128];
unsigned char *data;
- SilcUInt32 data_len;
memset(type, 0, sizeof(type));
- memset(enc, 0, sizeof(enc));
if (!silc_mime_parse(message, message_len, NULL, 0, type, sizeof(type) - 1,
- enc, sizeof(enc) - 1, &data, &data_len))
+ NULL, 0, &data, NULL))
return;
/* Then figure out what we can display */
@@ -173,8 +156,9 @@ void silc_channel_message(SilcClient cli
/* It is something textual, display it */
message = (const unsigned char *)data;
} else {
- silc_emit_mime_sig(server, chanrec, data, data_len,
- enc, type, nick->nick);
+ printformat_module("fe-common/silc", server, channel->channel_name,
+ MSGLEVEL_CRAP, SILCTXT_MESSAGE_DATA,
+ nick == NULL ? "[<unknown>]" : nick->nick, type);
message = NULL;
}
}
@@ -239,14 +223,12 @@ void silc_private_message(SilcClient cli
if (flags & SILC_MESSAGE_FLAG_DATA) {
/* MIME object received, try to display it as well as we can */
- char type[128], enc[128];
+ char type[128];
unsigned char *data;
- SilcUInt32 data_len;
memset(type, 0, sizeof(type));
- memset(enc, 0, sizeof(enc));
if (!silc_mime_parse(message, message_len, NULL, 0, type, sizeof(type) - 1,
- enc, sizeof(enc) - 1, &data, &data_len))
+ NULL, 0, &data, NULL))
return;
/* Then figure out what we can display */
@@ -255,8 +237,10 @@ void silc_private_message(SilcClient cli
/* It is something textual, display it */
message = (const unsigned char *)data;
} else {
- silc_emit_mime_sig(server, NULL, data, data_len,
- enc, type, sender->nickname);
+ printformat_module("fe-common/silc", server, NULL,
+ MSGLEVEL_CRAP, SILCTXT_MESSAGE_DATA,
+ sender->nickname ? sender->nickname : "[<unknown>]",
+ type);
message = NULL;
}
}

View File

@ -1,47 +0,0 @@
$OpenBSD: patch-irssi_src_silc_core_silc-channels_c,v 1.3 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/silc/core/silc-channels.c.orig Sat Sep 7 06:36:41 2002
+++ irssi/src/silc/core/silc-channels.c Tue Sep 24 02:28:01 2002
@@ -31,7 +31,6 @@
#include "rawlog.h"
#include "misc.h"
#include "settings.h"
-#include "blob.h"
#include "channels-setup.h"
@@ -46,19 +45,6 @@
#include "silc-commands.h"
-void sig_mime(SILC_SERVER_REC *server, SILC_CHANNEL_REC *channel,
- BLOB_REC *blob, const char *enc, const char *type,
- const char *nick)
-{
- if (!(IS_SILC_SERVER(server)))
- return;
-
- printformat_module("fe-common/silc", server,
- channel == NULL ? NULL : channel->name,
- MSGLEVEL_CRAP, SILCTXT_MESSAGE_DATA,
- nick == NULL ? "[<unknown>]" : nick, type);
-}
-
SILC_CHANNEL_REC *silc_channel_create(SILC_SERVER_REC *server,
const char *name, int automatic)
{
@@ -987,7 +973,6 @@ void silc_channels_init(void)
signal_add("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed);
signal_add("server connected", (SIGNAL_FUNC) sig_connected);
signal_add("server quit", (SIGNAL_FUNC) sig_server_quit);
- signal_add("mime", (SIGNAL_FUNC) sig_mime);
command_bind_silc("part", MODULE_NAME, (SIGNAL_FUNC) command_part);
command_bind_silc("me", MODULE_NAME, (SIGNAL_FUNC) command_me);
@@ -1005,7 +990,6 @@ void silc_channels_deinit(void)
signal_remove("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed);
signal_remove("server connected", (SIGNAL_FUNC) sig_connected);
signal_remove("server quit", (SIGNAL_FUNC) sig_server_quit);
- signal_remove("mime", (SIGNAL_FUNC) sig_mime);
command_unbind("part", (SIGNAL_FUNC) command_part);
command_unbind("me", (SIGNAL_FUNC) command_me);

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-irssi_src_silc_core_silc-servers_c,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/silc/core/silc-servers.c.orig Sat Jul 6 05:42:27 2002
+++ irssi/src/silc/core/silc-servers.c Tue Sep 24 02:28:01 2002
$OpenBSD: patch-irssi_src_silc_core_silc-servers_c,v 1.2 2002/10/22 22:05:08 mark Exp $
--- irssi/src/silc/core/silc-servers.c.orig Sun Oct 20 05:14:17 2002
+++ irssi/src/silc/core/silc-servers.c Tue Oct 22 14:57:53 2002
@@ -69,8 +69,6 @@ static void silc_send_channel(SILC_SERVE
typedef struct {
char *nick;
@ -105,7 +105,7 @@ $OpenBSD: patch-irssi_src_silc_core_silc-servers_c,v 1.1 2002/09/24 17:20:10 fgs
silc_free(message);
}
@@ -940,7 +890,6 @@ void silc_server_init(void)
@@ -951,7 +901,6 @@ void silc_server_init(void)
signal_add_first("server connected", (SIGNAL_FUNC) sig_connected);
signal_add("server disconnected", (SIGNAL_FUNC) sig_disconnected);
@ -113,7 +113,7 @@ $OpenBSD: patch-irssi_src_silc_core_silc-servers_c,v 1.1 2002/09/24 17:20:10 fgs
command_bind_silc("whois", MODULE_NAME, (SIGNAL_FUNC) command_self);
command_bind_silc("whowas", MODULE_NAME, (SIGNAL_FUNC) command_self);
command_bind_silc("nick", MODULE_NAME, (SIGNAL_FUNC) command_self);
@@ -976,7 +925,6 @@ void silc_server_deinit(void)
@@ -989,7 +938,6 @@ void silc_server_deinit(void)
signal_remove("server connected", (SIGNAL_FUNC) sig_connected);
signal_remove("server disconnected", (SIGNAL_FUNC) sig_disconnected);

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_Makefile_in,v 1.1 2002/05/22 09:58:37 mark Exp $
--- lib/Makefile.in.orig Sat May 18 01:40:58 2002
+++ lib/Makefile.in Tue May 21 20:07:34 2002
@@ -365,7 +365,6 @@ install-data-am:
$OpenBSD: patch-lib_Makefile_in,v 1.2 2002/10/22 22:05:08 mark Exp $
--- lib/Makefile.in.orig Mon Oct 21 11:11:13 2002
+++ lib/Makefile.in Tue Oct 22 14:57:53 2002
@@ -468,7 +468,6 @@ install-data-am:
install-exec-am:
@$(NORMAL_INSTALL)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_silcmath_mpi_configure,v 1.3 2002/09/24 17:20:10 fgsch Exp $
--- lib/silcmath/mpi/configure.orig Sat Sep 7 14:04:50 2002
+++ lib/silcmath/mpi/configure Thu Sep 19 06:12:06 2002
@@ -978,7 +978,7 @@ rm -f conftest.sh
$OpenBSD: patch-lib_silcmath_mpi_configure,v 1.4 2002/10/22 22:05:08 mark Exp $
--- lib/silcmath/mpi/configure.orig Mon Oct 21 11:11:22 2002
+++ lib/silcmath/mpi/configure Tue Oct 22 14:57:53 2002
@@ -1243,7 +1243,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Compiler settings
#
@ -10,7 +10,7 @@ $OpenBSD: patch-lib_silcmath_mpi_configure,v 1.3 2002/09/24 17:20:10 fgsch Exp $
if test "$GCC"; then
CFLAGS="$CFLAGS -Wall"
fi
@@ -1892,7 +1892,7 @@ if test x$want_asm = xtrue; then
@@ -2186,7 +2186,7 @@ if test x$want_asm = xtrue; then
echo "Using assembler optimization if possible."
fi

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-lib_silcmath_mpi_mpi_x86_s,v 1.1 2002/07/17 19:10:40 fgsch Exp $
--- lib/silcmath/mpi/mpi_x86.s.orig Fri Apr 5 13:54:43 2002
+++ lib/silcmath/mpi/mpi_x86.s Wed Jul 17 09:05:01 2002
$OpenBSD: patch-lib_silcmath_mpi_mpi_x86_s,v 1.2 2002/10/22 22:05:08 mark Exp $
--- lib/silcmath/mpi/mpi_x86.s.orig Fri Apr 5 08:54:43 2002
+++ lib/silcmath/mpi/mpi_x86.s Tue Oct 22 14:57:53 2002
@@ -56,9 +56,9 @@
# edx:
# esi: a ptr

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-lib_silcsim_silcsim_h,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- lib/silcsim/silcsim.h.orig Fri Apr 5 13:54:42 2002
+++ lib/silcsim/silcsim.h Tue Sep 24 02:30:33 2002
@@ -34,8 +34,13 @@ typedef enum {
is that the symbols are resolved as they are loaded. However, if
system doesn't support this we have no other choice but to do it lazy
thus experience some overhead when using the symbol first time. */
+#if defined(RTLD_NOW)
#define SILC_SIM_FLAGS RTLD_NOW
-/*#define SILC_SIM_FLAGS RTLD_LAZY */
+#elif defined(RTLD_LAZY)
+#define SILC_SIM_FLAGS RTLD_LAZY
+#else
+#define SILC_SIM_FLAGS 0
+#endif
/* Prototypes */
SilcSim silc_sim_alloc(SilcSimType type, const char *libname,

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2002/07/04 10:56:08 fgsch Exp $
@comment $OpenBSD: PLIST,v 1.5 2002/10/22 22:05:08 mark Exp $
bin/silc
share/doc/silc/CHANGES
share/doc/silc/CREDITS
@ -13,6 +13,7 @@ share/examples/silc-client/silc.conf
share/silc/help/action
share/silc/help/admin
share/silc/help/alias
share/silc/help/attr
share/silc/help/away
share/silc/help/ban
share/silc/help/beep
@ -79,6 +80,7 @@ share/silc/help/server
share/silc/help/set
share/silc/help/shutdown
share/silc/help/silcoper
share/silc/help/stats
share/silc/help/statusbar
share/silc/help/toggle
share/silc/help/topic