diff options
Diffstat (limited to 'libltdl/README')
-rw-r--r-- | libltdl/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libltdl/README b/libltdl/README new file mode 100644 index 000000000..ae6ca8fef --- /dev/null +++ b/libltdl/README @@ -0,0 +1,11 @@ +This is GNU libltdl, a system independent dlopen wrapper for GNU libtool. + +It has some slight changes for use in KDE. + +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 |