diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2012-09-19 13:41:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-09-19 13:41:33 +0000 |
commit | 768505569c3634f2e726599a7532a7badf74f38c (patch) | |
tree | 7eb53bd9949cc41b470853ad54dbf4ddda0c39c1 /libbacktrace/config.h.in | |
parent | fb522d96cc3cd7192f92f6b7fe3ff8d659fe4d1b (diff) | |
download | gcc-768505569c3634f2e726599a7532a7badf74f38c.tar.gz |
configure.ac (GCC_HEADER_STDINT): Invoke.
* configure.ac (GCC_HEADER_STDINT): Invoke.
* backtrace.h: If we can't find <stdint.h>, use "gstdint.h".
* btest.c: Don't include <stdint.h>.
* dwarf.c: Likewise.
* configure, aclocal.m4, Makefile.in, config.h.in: Rebuild.
Co-Authored-By: Ian Lance Taylor <iant@google.com>
From-SVN: r191474
Diffstat (limited to 'libbacktrace/config.h.in')
-rw-r--r-- | libbacktrace/config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libbacktrace/config.h.in b/libbacktrace/config.h.in index 090e8d86bc3..656c2ee5a8f 100644 --- a/libbacktrace/config.h.in +++ b/libbacktrace/config.h.in @@ -71,6 +71,21 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of `char', as computed by sizeof. */ +#undef SIZEOF_CHAR + +/* The size of `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of `short', as computed by sizeof. */ +#undef SIZEOF_SHORT + +/* The size of `void *', as computed by sizeof. */ +#undef SIZEOF_VOID_P + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |