Add checks for HAVE_LTDL_H and HAVE_LT_DLOPEN
authorReid Spencer <rspencer@reidspencer.com>
Thu, 18 Nov 2004 09:49:13 +0000 (09:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 18 Nov 2004 09:49:13 +0000 (09:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17951 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index c11a59aee0a45394f144ba495c799003a224dab9..1b33c6fc7384d0ad05fd609a4d29513a58972414 100644 (file)
    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