gcc/libjava/libltdl
Andreas Tobler 365fc27612 ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin.
2003-12-25  Andreas Tobler  <a.tobler@schweiz.ch>

	* libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for
	darwin. Fixed by fixinclude now.

From-SVN: r75024
2003-12-25 20:33:06 +01:00
..
.cvsignore cvsignore: Ignore autom4te.cache 2003-12-18 21:18:36 +00:00
acinclude.m4
aclocal.m4 cvsignore: Ignore autom4te.cache 2003-12-18 21:18:36 +00:00
ChangeLog
config-h.in cvsignore: Ignore autom4te.cache 2003-12-18 21:18:36 +00:00
config.guess
config.sub
configure cvsignore: Ignore autom4te.cache 2003-12-18 21:18:36 +00:00
configure.ac cvsignore: Ignore autom4te.cache 2003-12-18 21:18:36 +00:00
COPYING.LIB
install-sh
ltdl.c ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin. 2003-12-25 20:33:06 +01:00
ltdl.h
ltmain.sh
Makefile.am
Makefile.in cvsignore: Ignore autom4te.cache 2003-12-18 21:18:36 +00:00
missing
mkinstalldirs
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