summaryrefslogtreecommitdiff
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
commitb19aa7add36e1771981de4302657276a705405ca (patch)
treede9f739348e0fb09704c46a198d175970eb1392a /gdb/config.in
parentd39140e6d32ff30470dae4917ceee68326274c2f (diff)
downloadgdb-b19aa7add36e1771981de4302657276a705405ca.tar.gz
* 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 9c3aa5e1620..b9d87115fe4 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