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 6196fa0..dc9da0a 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -450,6 +450,9 @@ /* Define to 1 if your system has struct lwp. */ #undef HAVE_STRUCT_LWP +/* Define to 1 if `struct ptrace_lwpinfo' is a member of `pl_tdname'. */ +#undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME + /* Define to 1 if your system has struct reg in <machine/reg.h>. */ #undef HAVE_STRUCT_REG |