From ca799f40e93972d04247a5bbc76b749a2d462824 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 2 Nov 1999 04:44:47 +0000 Subject: import gdb-1999-11-01 snapshot --- gdb/config.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gdb/config.in') diff --git a/gdb/config.in b/gdb/config.in index b0f5ae872ad..5660f45b129 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -112,10 +112,13 @@ #undef WITH_SIM /* Set to true if the save_state_t structure is present */ -#define HAVE_STRUCT_SAVE_STATE_T 0 +#undef HAVE_STRUCT_SAVE_STATE_T /* Set to true if the save_state_t structure has the ss_wide member */ -#define HAVE_STRUCT_MEMBER_SS_WIDE 0 +#undef HAVE_STRUCT_MEMBER_SS_WIDE + +/* Define if defines the PTRACE_GETXFPREGS request. */ +#undef HAVE_PTRACE_GETXFPREGS /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT -- cgit v1.2.1