diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-11-02 04:44:47 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-11-02 04:44:47 +0000 |
commit | 5c44784c11ecc8febfff615b88496c56c9ad5274 (patch) | |
tree | 74f9079f5b0ddae1182abf087af8adc02103e149 /gdb/config.in | |
parent | 9503fd8735ec438fcb2fca34afa276e3e6ca94f5 (diff) | |
download | gdb-5c44784c11ecc8febfff615b88496c56c9ad5274.zip gdb-5c44784c11ecc8febfff615b88496c56c9ad5274.tar.gz gdb-5c44784c11ecc8febfff615b88496c56c9ad5274.tar.bz2 |
import gdb-1999-11-01 snapshot
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/config.in b/gdb/config.in index b0f5ae8..5660f45 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 <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ +#undef HAVE_PTRACE_GETXFPREGS /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT |