summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-04-24 04:05:04 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-04-24 04:05:04 +0000
commit682aed18ce1421ffa3006279ab5accbd54580363 (patch)
tree8aa57c9c59dce99fbeee841bdfd7ef60bdfe026d /bfd/config.in
parent4a82584eb74dfc4da32e0446a5b3fbc40ed5986d (diff)
downloadbinutils-redhat-682aed18ce1421ffa3006279ab5accbd54580363.tar.gz
* 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.in12
1 files changed, 12 insertions, 0 deletions
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