aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-04-24 04:05:04 +0000
committerAlan Modra <amodra@gmail.com>2007-04-24 04:05:04 +0000
commitd5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831 (patch)
tree1bb31a1a3811a1c9c97c5a22452d000f67224d94 /bfd/config.in
parent12866c24f6c33d772e6248be1c83063e370c974c (diff)
downloadgdb-d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831.zip
gdb-d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831.tar.gz
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.in12
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