ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/libltdl
Shawn Webb f310738305 Initial commit for clamsubmit app 11 years ago
..
libltdl build system: upgrade libtool and libltdl 14 years ago
loaders build system: upgrade libtool and libltdl 14 years ago
COPYING.LIB preliminary dlopen support for libclamunrar - this is mostly libtool stuff 17 years ago
Makefile.am Use an older versin of autotools 11 years ago
Makefile.in Initial commit for clamsubmit app 11 years ago
README BB#3737 - Value too large for specified data type 13 years ago
argz.c preliminary dlopen support for libclamunrar - this is mostly libtool stuff 17 years ago
argz_.h preliminary dlopen support for libclamunrar - this is mostly libtool stuff 17 years ago
lt__alloc.c preliminary dlopen support for libclamunrar - this is mostly libtool stuff 17 years ago
lt__dirent.c preliminary dlopen support for libclamunrar - this is mostly libtool stuff 17 years ago
lt__strl.c preliminary dlopen support for libclamunrar - this is mostly libtool stuff 17 years ago
lt_dlloader.c build system: upgrade libtool and libltdl 14 years ago
lt_error.c preliminary dlopen support for libclamunrar - this is mostly libtool stuff 17 years ago
ltdl.c BB#3737 - Value too large for specified data type 13 years ago
ltdl.h build system: upgrade libtool and libltdl 14 years ago
slist.c build system: upgrade libtool and libltdl 14 years ago

README

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (POSIX)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* dyld (darwin/Mac OS X)
* libtool's dlpreopen
--
Copyright (C) 1999, 2003, 2011 Free Software Foundation, Inc.
Written by Thomas Tanner, 1999

This file is part of GNU Libtool.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.