diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-10 08:04:40 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-10 08:04:40 +0000 |
commit | c113708118dd8db6555d44027a6b35df675fd730 (patch) | |
tree | a4fd9fbd2edd47490b8d1386b9db7942536ab0d8 /libjava/libltdl/config.h.in | |
parent | 50ac866694057cd864704889980fecfdb66a2ff1 (diff) | |
download | gcc-c113708118dd8db6555d44027a6b35df675fd730.tar.gz |
* Updated from libtool multi-language branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36295 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libltdl/config.h.in')
-rw-r--r-- | libjava/libltdl/config.h.in | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/libjava/libltdl/config.h.in b/libjava/libltdl/config.h.in index c61738d4c43..95e384928b3 100644 --- a/libjava/libltdl/config.h.in +++ b/libjava/libltdl/config.h.in @@ -9,15 +9,6 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS -/* 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 @@ -33,6 +24,9 @@ /* Define if you have the strchr function. */ #undef HAVE_STRCHR +/* Define if you have the strcmp function. */ +#undef HAVE_STRCMP + /* Define if you have the strrchr function. */ #undef HAVE_STRRCHR @@ -72,12 +66,33 @@ /* Define to the name of the environment variable that determines the dynamic library search path. */ #undef LTDL_SHLIBPATH_VAR +/* Define to the system default library search path. */ +#undef LTDL_SYSSEARCHPATH + /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LTDL_OBJDIR /* Define if libtool can extract symbol lists from object files. */ #undef HAVE_PRELOADED_SYMBOLS +/* Define if you have the libdl library or equivalent. */ +#undef HAVE_LIBDL + +/* Define if you have the libdl library or equivalent. */ +#undef HAVE_LIBDL + +/* Define if you have the libdl library or equivalent. */ +#undef HAVE_LIBDL + +/* Define if you have the shl_load function. */ +#undef HAVE_SHL_LOAD + +/* Define if you have the shl_load function. */ +#undef HAVE_SHL_LOAD + +/* Define if you have the GNU dld library. */ +#undef HAVE_DLD + /* Define if dlsym() requires a leading underscode in symbol names. */ #undef NEED_USCORE |