diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-02 04:44:12 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-02 04:44:12 +0000 |
commit | 82b2c20d01ea1a370f8e48f6de2c40b5d1cf82b7 (patch) | |
tree | 44877a569c660ae1b87833e813b4504809d54fc5 /gdb/acconfig.h | |
parent | 13316975cd512abd5b8625a4f68714e7facbf1d6 (diff) | |
download | gdb-82b2c20d01ea1a370f8e48f6de2c40b5d1cf82b7.tar.gz |
import gdb-1999-11-01 snapshotgdb-1999-11-01
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index bf52c4f375b..d2d72fea0ac 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -78,7 +78,10 @@ #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 <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ +#undef HAVE_PTRACE_GETXFPREGS |