summaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-11-02 04:44:47 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-11-02 04:44:47 +0000
commitca799f40e93972d04247a5bbc76b749a2d462824 (patch)
treed0142d7a9db3d791008037a060e4336032339c66 /gdb/acconfig.h
parent1f80975aceb82ecd4fc9bf4e988e6d1b7c7bbca1 (diff)
downloadgdb-ca799f40e93972d04247a5bbc76b749a2d462824.tar.gz
import gdb-1999-11-01 snapshot
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h7
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