From: Jeff Law Date: Fri, 12 Dec 1997 03:49:00 +0000 (-0700) Subject: Rebuild after recent changes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24a184c9e7ea966a7a55088b0ac426136316ec5f;p=gcc.git Rebuild after recent changes. From-SVN: r17051 --- diff --git a/gcc/config.in b/gcc/config.in index 9a635158ccd..e535674f3d7 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -41,6 +41,9 @@ /* Define if you have the bzero function. */ #undef HAVE_BZERO +/* Define if you have the getrlimit function. */ +#undef HAVE_GETRLIMIT + /* Define if you have the index function. */ #undef HAVE_INDEX @@ -56,6 +59,9 @@ /* Define if you have the rindex function. */ #undef HAVE_RINDEX +/* Define if you have the setrlimit function. */ +#undef HAVE_SETRLIMIT + /* Define if you have the strerror function. */ #undef HAVE_STRERROR