summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-29 07:07:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-29 07:07:57 +0000
commit582a23c686aa544c8a44d07601d4520d4ea18980 (patch)
treefea1828a937a015101ccd477930cc874544b2f8d /include
parentb09a68ef4b1ad0e44104a33d59ddc49b4b2a972e (diff)
downloadllvm-582a23c686aa544c8a44d07601d4520d4ea18980.tar.gz
llvm-582a23c686aa544c8a44d07601d4520d4ea18980.tar.bz2
llvm-582a23c686aa544c8a44d07601d4520d4ea18980.tar.xz
* Fix a bug in an m4 macro that used an incorrect test operator
* Add CAN_DLOPEN_SELF so we can determine if dlopen(0) will open the program or not. * Correct a warning messages to be a little more specific on what it checks git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 372901d164..f3f8129a4e 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -1,5 +1,8 @@
/* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */
+/* Define if dlopen(0) will open the symbols of the program */
+#undef CAN_DLOPEN_SELF
+
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
*/