wireshark/libltdl
Guy Harris d1ded6c1c2 Filter out a few more things.
svn path=/trunk/; revision=1402
1999-12-31 00:18:55 +00:00
..
.cvsignore Filter out a few more things. 1999-12-31 00:18:55 +00:00
COPYING.LIB Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
Makefile.am Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
Makefile.in Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
README Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
acconfig.h Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
acinclude.m4 Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
aclocal.m4 Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
config.h.in Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
configure Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
configure.in Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
ltdl.c Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
ltdl.h Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00
stamp-h.in Integrate libtool/libltdl with the plugin code. Add libtool and libltdl 1999-12-26 22:38:07 +00:00

README

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

It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* libtool's dlpreopen