diff options
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 9d553f2..cdaeb8d 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -13,12 +13,24 @@ register access. */ #undef HAVE_PTRACE_GETFPXREGS +/* Define if the prfpregset_t type is broken. */ +#undef PRFPREGSET_T_BROKEN + +/* Define if you have the <linux/elf.h> header file. */ +#undef HAVE_LINUX_ELF_H + +/* Define if you have the <proc_service.h> header file. */ +#undef HAVE_PROC_SERVICE_H + /* Define if you have the <sgtty.h> header file. */ #undef HAVE_SGTTY_H /* Define if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define if you have the <sys/procfs.h> header file. */ +#undef HAVE_SYS_PROCFS_H + /* Define if you have the <sys/reg.h> header file. */ #undef HAVE_SYS_REG_H @@ -27,3 +39,22 @@ /* Define if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H + +/* Define if you have the <thread_db.h> header file. */ +#undef HAVE_THREAD_DB_H + +/* Define if <sys/procfs.h> has lwpid_t. */ +#undef HAVE_LWPID_T + +/* Define if <sys/procfs.h> has psaddr_t. */ +#undef HAVE_PSADDR_T + +/* Define if <sys/procfs.h> has prgregset_t. */ +#undef HAVE_PRGREGSET_T + +/* Define if <sys/procfs.h> has prfpregset_t. */ +#undef HAVE_PRFPREGSET_T + +/* Define if <sys/procfs.h> has elf_fpregset_t. */ +#undef HAVE_ELF_FPREGSET_T + |