diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-07 08:46:58 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-07 08:46:58 +0000 |
commit | 9efaf576cea19c6a1c5272af7e5c9eba26152c91 (patch) | |
tree | cb5f8d91252e8e7bcda39fce03401c8827c41961 /libstdc++-v3/config.h.in | |
parent | c616bb5c2ed2704bd85176bdd587c5dca3dc0f39 (diff) | |
download | gcc-9efaf576cea19c6a1c5272af7e5c9eba26152c91.tar.gz |
* acinclude.m4: Check for <stdalign.h>
* configure: Regenerate.
* config.h.in: Likewise.
* include/Makefile.am: Add <cstdalign>.
* include/Makefile.in: Regenerate.
* include/c_global/cstdalign: New.
* testsuite/18_support/headers/cstdalign/std_c++0x_neg.cc: New.
* doc/xml/manual/backwards_compatibility.xml: Update.
* doc/xml/manual/status_cxx2011.xml: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181076 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 f82d91ad417..82ccd4e1a9d 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -330,6 +330,9 @@ /* Define to 1 if you have the `sqrtl' function. */ #undef HAVE_SQRTL +/* Define to 1 if you have the <stdalign.h> header file. */ +#undef HAVE_STDALIGN_H + /* Define to 1 if you have the <stdbool.h> header file. */ #undef HAVE_STDBOOL_H |