summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-05 23:18:02 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-05 23:18:02 +0000
commitc5aa1e92211d8e1c3768a94c7a1fcf7e72e8cf80 (patch)
tree017db6c8be411c52ab98093e94dcce3c7ca3f029 /gcc/config.in
parent870d7a364fabca1efd21f7b8a996934ab7f91805 (diff)
downloadgcc-c5aa1e92211d8e1c3768a94c7a1fcf7e72e8cf80.tar.gz
* Check in merge from gcc2. See ChangeLog.12 for details.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19553 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in
index bf2d02f0bb6..06879ebe492 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -92,12 +92,12 @@
/* Define if you have the rindex function. */
#undef HAVE_RINDEX
-/* Define if you have the strchr function. */
-#undef HAVE_STRCHR
-
/* Define if you have the setrlimit function. */
#undef HAVE_SETRLIMIT
+/* Define if you have the strchr function. */
+#undef HAVE_STRCHR
+
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
@@ -119,6 +119,9 @@
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define if you have the <stab.h> header file. */
+#undef HAVE_STAB_H
+
/* Define if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H