diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 6a7157dc862..ac06839469f 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -62,6 +62,9 @@ /* Define if compiling on Solaris 7. */ #undef _MSE_INT_H +/* Define if the prfpregset_t type is broken. */ +#undef PRFPREGSET_T_BROKEN + /* Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */ #undef NEW_PROC_API |