From 682aed18ce1421ffa3006279ab5accbd54580363 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 24 Apr 2007 04:05:04 +0000 Subject: * acinclude.m4: Include config/stdint.m4. * configure.in: Invoke GCC_HEADER_STDINT. * sysdep.h: Don't include ansidecl.h here. * configure: Regenerate. * config.in: Regenerate. * Makefile.in: Regenerate. --- bfd/config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'bfd/config.in') diff --git a/bfd/config.in b/bfd/config.in index 7234c05a99..977d0f4747 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -236,6 +236,12 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of a `char', as computed by sizeof. */ +#undef SIZEOF_CHAR + +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT + /* The size of a `long', as computed by sizeof. */ #undef SIZEOF_LONG @@ -245,6 +251,12 @@ /* The size of a `off_t', as computed by sizeof. */ #undef SIZEOF_OFF_T +/* The size of a `short', as computed by sizeof. */ +#undef SIZEOF_SHORT + +/* The size of a `void *', as computed by sizeof. */ +#undef SIZEOF_VOID_P + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -- cgit v1.2.1