From e2234a705564c0b68495bba70370e13862cfead4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 18 Nov 2004 09:49:13 +0000 Subject: [PATCH] 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 --- include/llvm/Config/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index c11a59aee0a..1b33c6fc738 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -103,6 +103,12 @@ the current directory to the dynamic linker search path. */ #undef HAVE_LINK_R +/* Define to 1 if you have the 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