| 1 | This is GNU libltdl, a system independent dlopen wrapper for GNU libtool. |
|---|
| 2 | |
|---|
| 3 | It 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 |
|---|
| 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 | |
|---|
| 17 | GNU Libtool is free software; you can redistribute it and/or |
|---|
| 18 | modify it under the terms of the GNU General Public License as |
|---|
| 19 | published by the Free Software Foundation; either version 2 of |
|---|
| 20 | the License, or (at your option) any later version. |
|---|
| 21 | |
|---|
| 22 | As a special exception to the GNU General Public License, |
|---|
| 23 | if you distribute this file as part of a program or library that |
|---|
| 24 | is built using GNU Libtool, you may include this file under the |
|---|
| 25 | same distribution terms that you use for the rest of that program. |
|---|
| 26 | |
|---|
| 27 | GNU Libtool is distributed in the hope that it will be useful, |
|---|
| 28 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 29 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 30 | GNU General Public License for more details. |
|---|
| 31 | |
|---|
| 32 | You should have received a copy of the GNU General Public License |
|---|
| 33 | along with GNU Libtool; see the file COPYING. If not, a copy |
|---|
| 34 | can be downloaded from http://www.gnu.org/licenses/gpl.html, |
|---|
| 35 | or obtained by writing to the Free Software Foundation, Inc., |
|---|
| 36 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|---|
| 37 | |
|---|