aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2002-05-19 16:25:51 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-05-19 16:25:51 +0000
commita15135c91aa1dffab3287d252ad35ccce81f999f (patch)
tree1383344abf323a2552d11370828d33361a92e04b /gcc/config.in
parenta1ab4696ab5f9398bfe87ca2bc211cea787a1515 (diff)
downloadgcc-a15135c91aa1dffab3287d252ad35ccce81f999f.zip
gcc-a15135c91aa1dffab3287d252ad35ccce81f999f.tar.gz
gcc-a15135c91aa1dffab3287d252ad35ccce81f999f.tar.bz2
configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort.
* configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort. * config.in: Regenerated. * configure: Regenerated. From-SVN: r53633
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 3ec1a80..f7881df 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -93,6 +93,9 @@
/* Define if you have the __argz_stringify function. */
#undef HAVE___ARGZ_STRINGIFY
+/* Define if you have the alphasort function. */
+#undef HAVE_ALPHASORT
+
/* Define if you have the atoll function. */
#undef HAVE_ATOLL
@@ -171,6 +174,9 @@
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
+/* Define if you have the scandir function. */
+#undef HAVE_SCANDIR
+
/* Define if you have the setenv function. */
#undef HAVE_SETENV
@@ -289,7 +295,7 @@
/* Define if you want RTL flag accesses to be checked against the RTL
codes that are supported for each access macro. This is relatively
- cheap. */
+ cheap. */
#undef ENABLE_RTL_FLAG_CHECKING
/* Define if you want the garbage collector to do object poisoning and