Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / libltdl / README
CommitLineData
d9898ee8 1This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
2
3It supports the following dlopen interfaces:
4* dlopen (Solaris, Linux and various BSD flavors)
5* shl_load (HP-UX)
6* LoadLibrary (Win16 and Win32)
7* load_add_on (BeOS)
8* GNU DLD (emulates dynamic linking for static libraries)
9* dyld (darwin/Mac OS X)
10* libtool's dlpreopen
8d138742
CE
11--
12 Copyright (C) 1999, 2003 Free Software Foundation, Inc.
13 Written by Thomas Tanner, 1999
14
15 This file is part of GNU Libtool.
16
17GNU Libtool is free software; you can redistribute it and/or
18modify it under the terms of the GNU General Public License as
19published by the Free Software Foundation; either version 2 of
20the License, or (at your option) any later version.
21
22As a special exception to the GNU General Public License,
23if you distribute this file as part of a program or library that
24is built using GNU Libtool, you may include this file under the
25same distribution terms that you use for the rest of that program.
26
27GNU Libtool is distributed in the hope that it will be useful,
28but WITHOUT ANY WARRANTY; without even the implied warranty of
29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30GNU General Public License for more details.
31
32You should have received a copy of the GNU General Public License
33along with GNU Libtool; see the file COPYING. If not, a copy
34can be downloaded from http://www.gnu.org/licenses/gpl.html,
35or obtained by writing to the Free Software Foundation, Inc.,
3651 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
37