summaryrefslogtreecommitdiff
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-18 09:49:13 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-18 09:49:13 +0000
commite2234a705564c0b68495bba70370e13862cfead4 (patch)
tree8a6c862ed8fe8f051542827719c120565fba3e17 /include/llvm/Config
parent17795971fc6a5eca604200231e8fca443dabb9c6 (diff)
downloadllvm-e2234a705564c0b68495bba70370e13862cfead4.tar.gz
llvm-e2234a705564c0b68495bba70370e13862cfead4.tar.bz2
llvm-e2234a705564c0b68495bba70370e13862cfead4.tar.xz
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
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index c11a59aee0..1b33c6fc73 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 <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