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.
collectd/libltdl
Michael Prokop 64639b774e
Adding upstream version 4.10.1
13 years ago
..
config Adding upstream version 4.10.1 13 years ago
libltdl Adding upstream version 4.10.1 13 years ago
loaders Adding upstream version 4.10.1 13 years ago
m4 Adding upstream version 4.10.1 13 years ago
COPYING.LIB Adding upstream version 4.10.1 13 years ago
Makefile.am Adding upstream version 4.10.1 13 years ago
Makefile.in Adding upstream version 4.10.1 13 years ago
README Adding upstream version 4.10.1 13 years ago
aclocal.m4 Adding upstream version 4.10.1 13 years ago
argz.c Adding upstream version 4.10.1 13 years ago
argz_.h Adding upstream version 4.10.1 13 years ago
config-h.in Adding upstream version 4.10.1 13 years ago
configure Adding upstream version 4.10.1 13 years ago
configure.ac Adding upstream version 4.10.1 13 years ago
lt__alloc.c Adding upstream version 4.10.1 13 years ago
lt__dirent.c Adding upstream version 4.10.1 13 years ago
lt__strl.c Adding upstream version 4.10.1 13 years ago
lt_dlloader.c Adding upstream version 4.10.1 13 years ago
lt_error.c Adding upstream version 4.10.1 13 years ago
ltdl.c Adding upstream version 4.10.1 13 years ago
ltdl.h Adding upstream version 4.10.1 13 years ago
slist.c Adding upstream version 4.10.1 13 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
-- 
   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
   Written by Thomas Tanner, 1999

   This file is part of GNU Libtool.

GNU Libtool is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.

As a special exception to the GNU General Public License,
if you distribute this file as part of a program or library that
is built using GNU Libtool, you may include this file under the
same distribution terms that you use for the rest of that program.

GNU Libtool is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Libtool; see the file COPYING.  If not, a copy
can be downloaded from  http://www.gnu.org/licenses/gpl.html,
or obtained by writing to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.