diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index d2d72fe..97d31ad 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -10,13 +10,13 @@ /* Define if gregset_t type is available. */ #undef HAVE_GREGSET_T +/* 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 + /* Define if ioctl argument PIOCSET is available. */ #undef HAVE_PROCFS_PIOCSET -/* /proc PID entries are directories containing the files - ctl as map status */ -#undef HAVE_MULTIPLE_PROC_FDS - /* Define if the `long long' type works. */ #undef CC_HAS_LONG_LONG |