diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-12 03:49:00 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-12 03:49:00 +0000 |
commit | b35797d55be1fdfacd475669c1c78ce9c74513db (patch) | |
tree | 11231f1cccd75f24ca65f7c5a3ed6c09d3be0b88 /gcc/config.in | |
parent | 9d479c1bd8c4cc58f14bf55bb0315e94458f9ab8 (diff) | |
download | ppe42-gcc-b35797d55be1fdfacd475669c1c78ce9c74513db.tar.gz ppe42-gcc-b35797d55be1fdfacd475669c1c78ce9c74513db.zip |
Rebuild after recent changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |