aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-12-11 20:49:00 -0700
committerJeff Law <law@gcc.gnu.org>1997-12-11 20:49:00 -0700
commit24a184c9e7ea966a7a55088b0ac426136316ec5f (patch)
tree11231f1cccd75f24ca65f7c5a3ed6c09d3be0b88 /gcc/config.in
parentb16d8734bc83e11ed543ae778518a22cef1b0b6b (diff)
downloadgcc-24a184c9e7ea966a7a55088b0ac426136316ec5f.zip
gcc-24a184c9e7ea966a7a55088b0ac426136316ec5f.tar.gz
gcc-24a184c9e7ea966a7a55088b0ac426136316ec5f.tar.bz2
Rebuild after recent changes.
From-SVN: r17051
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 9a63515..e535674 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