diff options
author | DJ Delorie <dj@redhat.com> | 2011-07-22 14:37:58 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-07-22 14:37:58 +0000 |
commit | 26ac12805d14072ea51a3e880e7ef1718f9b8d7b (patch) | |
tree | 550560246aae78f7be6242cec5b26755060b6906 /libiberty/config.in | |
parent | 95298e7219e23ca184786a3192df7ab3767ce25a (diff) | |
download | gdb-26ac12805d14072ea51a3e880e7ef1718f9b8d7b.zip gdb-26ac12805d14072ea51a3e880e7ef1718f9b8d7b.tar.gz gdb-26ac12805d14072ea51a3e880e7ef1718f9b8d7b.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 e4f1f16..17c4c2e 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -109,6 +109,9 @@ /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE +/* Define to 1 if you have the `getrlimit' function. */ +#undef HAVE_GETRLIMIT + /* Define to 1 if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE @@ -205,6 +208,9 @@ /* Define to 1 if you have the `setproctitle' function. */ #undef HAVE_SETPROCTITLE +/* Define to 1 if you have the `setrlimit' function. */ +#undef HAVE_SETRLIMIT + /* Define to 1 if you have the `sigsetmask' function. */ #undef HAVE_SIGSETMASK |