diff options
author | Alan Modra <amodra@gmail.com> | 2007-04-24 04:05:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-04-24 04:05:04 +0000 |
commit | d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831 (patch) | |
tree | 1bb31a1a3811a1c9c97c5a22452d000f67224d94 /bfd/config.in | |
parent | 12866c24f6c33d772e6248be1c83063e370c974c (diff) | |
download | fsf-binutils-gdb-d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831.zip fsf-binutils-gdb-d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831.tar.gz fsf-binutils-gdb-d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 7234c05..977d0f4 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 |