[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

Reid Spencer reid at x10sys.com
Thu Nov 18 01:49:25 PST 2004



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.34 -> 1.35
---
Log message:

Add checks for HAVE_LTDL_H and HAVE_LT_DLOPEN


---
Diffs of the changes:  (+6 -0)

Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.34 llvm/include/llvm/Config/config.h.in:1.35
--- llvm/include/llvm/Config/config.h.in:1.34	Thu Oct 28 00:06:45 2004
+++ llvm/include/llvm/Config/config.h.in	Thu Nov 18 03:49:13 2004
@@ -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
 






More information about the llvm-commits mailing list