diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 07dae64a25e..f0382cc6565 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -354,3 +354,14 @@ /* Define if <sys/procfs.h> has fpregset_t. */ #undef HAVE_FPREGSET_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 lwpid_t. */ +#undef HAVE_LWPID_T + +/* Define if <sys/procfs.h> has psaddr_t. */ +#undef HAVE_PSADDR_T |