mirror of https://github.com/sipwise/heartbeat.git
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.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| COPYING.LIB | 15 years ago | |
| Makefile.am | 15 years ago | |
| README | 15 years ago | |
| acinclude.m4 | 15 years ago | |
| configure.ac | 15 years ago | |
| ltdl.c | 15 years ago | |
| ltdl.h | 15 years ago | |
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) * dyld (darwin/Mac OS X) * libtool's dlpreopen