summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-05-15 17:11:59 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-05-15 17:11:59 +0000
commit2fdcaeea84299e7a957f8ecdb24edf06e6504229 (patch)
tree3c16a77f9c23bab9c644a4b22656b4551134322a /gdb/config.in
parent01393581301b36e3b03d22ed3b07f29be4bef2cc (diff)
downloadgdb-2fdcaeea84299e7a957f8ecdb24edf06e6504229.tar.gz
* configure.ac: Use GCC_HEADER_STDINT.
* acinclude.m4: Include stdint.m4. * Makefile.in (gdb_stdint_h): Define. (distclean): Remove gdb_stdint.h. (Makefile, stamp-h): Update rules to generate only the correct files. (gdb_stdint.h, stamp-int): New rules. * config.in, configure: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in21
1 files changed, 18 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 12001e9c06d..e115854479f 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -569,9 +569,24 @@
/* Define to 1 if the `setpgrp' function takes no argument. */
#undef SETPGRP_VOID
+/* 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
+
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
+ automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
@@ -632,13 +647,13 @@
#undef inline
#endif
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Define on a GNU/Linux system to work around problems in sys/procfs.h. */