summaryrefslogtreecommitdiffstats
path: root/libjava/libltdl/config-h.in
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-16 21:48:25 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-16 21:48:25 +0000
commitfa556d00ed941cbcffebc6ac4c8656cffc56c34d (patch)
tree3065f03531cc37963f0907570933b32bcece06c3 /libjava/libltdl/config-h.in
parent97ba6a6c5b49949797e13746d314d7e626cde433 (diff)
downloadppe42-gcc-fa556d00ed941cbcffebc6ac4c8656cffc56c34d.tar.gz
ppe42-gcc-fa556d00ed941cbcffebc6ac4c8656cffc56c34d.zip
2003-12-16 Michael Koch <konqueror@gmx.de>
Fix for PR libgcj/13056. * libltdl/configure.in, libltdl/config.h.in: Removed. * libltdl/configure.ac, libltdl/config-h.in, libltdl/install-sh, libltdl/config.guess, libltdl/config.sub, libltdl/missing, libltdl/mkinstalldirs, libltdl/ltmain.sh: New files. * libltdl/Makefile.am, libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/ltdl.c, libltdl/ltdl.h, libltdl/README: Update to versions from libtool 1.5. libltdl/configure, * libltdl/Makefile.in: Regenerated. * java/lang/natRuntime.cc (find_symbol): Use type 'lt_ptr' instead of 'lt_ptr_t'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74711 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libltdl/config-h.in')
-rw-r--r--libjava/libltdl/config-h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/libjava/libltdl/config-h.in b/libjava/libltdl/config-h.in
index 0b845597e62..fc7f0069290 100644
--- a/libjava/libltdl/config-h.in
+++ b/libjava/libltdl/config-h.in
@@ -1,4 +1,19 @@
/* config-h.in. Generated from configure.ac by autoheader. */
+/* Some of these are defined here, not in configure.in, because
+ they're AC_DEFINEd in two different places, which causes two
+ defines to appear. Some C compilers might now appreciate it... */
+
+/* Define if you have the libdl library or equivalent. */
+#undef HAVE_LIBDL
+
+/* Define if you have the GNU dld library. */
+#undef HAVE_DLD
+
+/* Define if you have the shl_load function. */
+#undef HAVE_SHL_LOAD
+
+/* Define if you are using the Boehm GC. */
+#undef HAVE_BOEHM_GC
/* Define to 1 if you have the `argz_append' function. */
#undef HAVE_ARGZ_APPEND
OpenPOWER on IntegriCloud