Add checks for HAVE_LTDL_H and HAVE_LT_DLOPEN

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17951 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-11-18 09:49:13 +00:00
parent 17795971fc
commit e2234a7055

View File

@ -103,6 +103,12 @@
the current directory to the dynamic linker search path. */
#undef HAVE_LINK_R
/* Define to 1 if you have the <ltdl.h> header file. */
#undef HAVE_LTDL_H
/* Define if lt_dlopen() is available on this platform */
#undef HAVE_LT_DLOPEN
/* Define if mallinfo() is available on this platform. */
#undef HAVE_MALLINFO