aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-01-21 11:53:23 +0000
committerMark Kettenis <kettenis@gnu.org>2005-01-21 11:53:23 +0000
commit666ec76f414cd10124107b16e44a5a3f4f63d69c (patch)
tree29f9f45b935c52dbe648a2abf5d18cdebf0b4c19 /gdb/config.in
parent0794d25a981ff0ec42fc1b6a8db2b6dedc0e31eb (diff)
downloadfsf-binutils-gdb-666ec76f414cd10124107b16e44a5a3f4f63d69c.zip
fsf-binutils-gdb-666ec76f414cd10124107b16e44a5a3f4f63d69c.tar.gz
fsf-binutils-gdb-666ec76f414cd10124107b16e44a5a3f4f63d69c.tar.bz2
* configure.ac (targ_archs): Use standard autoconf check for
"struct stat.st_blocks" instead of rolling our own. * configure: Regenerated. * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef. * config.in: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 9c3aa5e..b9d8711 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -7,9 +7,6 @@
/* Define if your struct reg has r_fs. */
#undef HAVE_STRUCT_REG_R_FS
-/* Define if your struct stat has st_blocks. */
-#undef HAVE_STRUCT_STAT_ST_BLOCKS
-
/* Define if your struct reg has r_gs. */
#undef HAVE_STRUCT_REG_R_GS
@@ -438,6 +435,9 @@
/* Define to 1 if your system has struct reg in <machine/reg.h>. */
#undef HAVE_STRUCT_REG
+/* Define to 1 if `st_blocks' is member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_BLOCKS
+
/* Define to 1 if your system has td_pcb in struct thread. */
#undef HAVE_STRUCT_THREAD_TD_PCB