mirror of https://github.com/Cisco-Talos/clamav
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.
![]() |
11 years ago | |
---|---|---|
.. | ||
libltdl | 14 years ago | |
loaders | 14 years ago | |
COPYING.LIB | 17 years ago | |
Makefile.am | 11 years ago | |
Makefile.in | 11 years ago | |
README | 13 years ago | |
argz.c | 17 years ago | |
argz_.h | 17 years ago | |
lt__alloc.c | 17 years ago | |
lt__dirent.c | 17 years ago | |
lt__strl.c | 17 years ago | |
lt_dlloader.c | 14 years ago | |
lt_error.c | 17 years ago | |
ltdl.c | 13 years ago | |
ltdl.h | 14 years ago | |
slist.c | 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.