diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-02 20:20:01 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-02 20:20:01 +0000 |
commit | aa55ccb12061123ca56c2b61402899b73276d2df (patch) | |
tree | e3c337f9254966a09d397982ff402c3c22c05c21 /libiberty/config.in | |
parent | 09d4efe17b398dc08e4ec0869a8f9df2dc271f99 (diff) | |
download | fsf-binutils-gdb-aa55ccb12061123ca56c2b61402899b73276d2df.zip fsf-binutils-gdb-aa55ccb12061123ca56c2b61402899b73276d2df.tar.gz fsf-binutils-gdb-aa55ccb12061123ca56c2b61402899b73276d2df.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 6eb169e..ad71e76 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -301,6 +301,12 @@ /* Define to 1 if you have the `vsprintf' function. */ #undef HAVE_VSPRINTF +/* Define to 1 if you have the `wait3' function. */ +#undef HAVE_WAIT3 + +/* Define to 1 if you have the `wait4' function. */ +#undef HAVE_WAIT4 + /* Define to 1 if you have the `waitpid' function. */ #undef HAVE_WAITPID |