diff options
author | rus <rus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-10 08:25:23 +0000 |
---|---|---|
committer | rus <rus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-10 08:25:23 +0000 |
commit | 19368c775120ec8f646866c1b7cb54d7117b9aaa (patch) | |
tree | 2ae0e898916516734c5d6bcf4385bc03d46207e9 /libstdc++-v3/config.h.in | |
parent | db80fc3f1add0d1d105ce7569fb6fbedebf40b7f (diff) | |
download | gcc-19368c775120ec8f646866c1b7cb54d7117b9aaa.tar.gz |
libstdc++ profile mode bug fixes and minor updates
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155786 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 80419606a1e..c39f423771e 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -66,6 +66,9 @@ /* Define to 1 if you have the <endian.h> header file. */ #undef HAVE_ENDIAN_H +/* Define to 1 if you have the <execinfo.h> header file. */ +#undef HAVE_EXECINFO_H + /* Define if ENODATA exists. */ #undef HAVE_ENODATA |