diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-01-06 03:07:20 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-01-06 03:07:20 +0000 |
commit | 1961aa2638e1c11c166de668e780a4385b724265 (patch) | |
tree | f6ee7ff39bd6a3525560cdf62b30748be2a6f33d /gdb/acconfig.h | |
parent | 3cee212a702cfb7f44caebf7a6389e17771a3072 (diff) | |
download | gdb-1961aa2638e1c11c166de668e780a4385b724265.tar.gz |
import gdb-2000-01-05 snapshot
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 d2d72fea0ac..97d31adf010 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 |