diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index fc7ce7c..ec4ad2b 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -26,3 +26,10 @@ /* Define if using Solaris thread debugging. */ #undef HAVE_THREAD_DB_LIB + +/* Define on a Linux system to work around problems in sys/procfs.h. */ +#undef START_INFERIOR_TRAPS_EXPECTED +#undef sys_quotactl + +/* Define if you have HPUX threads */ +#undef HAVE_HPUX_THREAD_SUPPORT |