aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-18 06:21:24 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-18 06:21:24 +0000
commitff336a4e7f9a71834bb60a540a14dd023e7cbcfd (patch)
tree066ddbb2e91fd7dc0c80e975a8086089673422d9 /include/llvm/Config
parentf91a15cf0d6558a77d2d2c0b94d4dea32c654f37 (diff)
downloadexternal_llvm-ff336a4e7f9a71834bb60a540a14dd023e7cbcfd.zip
external_llvm-ff336a4e7f9a71834bb60a540a14dd023e7cbcfd.tar.gz
external_llvm-ff336a4e7f9a71834bb60a540a14dd023e7cbcfd.tar.bz2
Regenerated using autoheader-2.57
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 5d12871..b6a7273 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -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