diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-01-06 03:07:20 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-01-06 03:07:20 +0000 |
commit | c3f6f71df382eaaaac4440a91e6f310d03fb8da6 (patch) | |
tree | f4c8a0660080321182558bd52319654a94e01ea5 /gdb/config.in | |
parent | 1b45fe546b666d1bd83d474b66525f1a69dbd92f (diff) | |
download | ppe42-binutils-c3f6f71df382eaaaac4440a91e6f310d03fb8da6.tar.gz ppe42-binutils-c3f6f71df382eaaaac4440a91e6f310d03fb8da6.zip |
import gdb-2000-01-05 snapshot
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index 669a84a4e5..07dae64a25 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -62,9 +62,9 @@ /* 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 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 the `long long' type works. */ #undef CC_HAS_LONG_LONG |