[llvm-commits] CVS: llvm/include/Config/config.h.in
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Nov 18 00:22:01 PST 2003
Changes in directory llvm/include/Config:
config.h.in updated: 1.6 -> 1.7
---
Log message:
Regenerated using autoheader-2.57
---
Diffs of the changes: (+4 -0)
Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.6 llvm/include/Config/config.h.in:1.7
--- llvm/include/Config/config.h.in:1.6 Sun Nov 9 21:06:28 2003
+++ llvm/include/Config/config.h.in Tue Nov 18 00:21:24 2003
@@ -85,6 +85,10 @@
/* Define to 1 if you have the <link.h> header file. */
#undef HAVE_LINK_H
+/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
+ the current directory to the dynamic linker search path. */
+#undef HAVE_LINK_R
+
/* Define if mallinfo() is available on this platform. */
#undef HAVE_MALLINFO
More information about the llvm-commits
mailing list