summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-12-01 01:57:31 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-12-01 01:57:31 +0000
commit6af8c7409177219af485173a9c917d466efb5e10 (patch)
treeb3162175e95557a5ba53d946eb3be0319f07c5bf /gcc/config.in
parentd2384b42b71b44a33544ab87254ba7abea6c45f9 (diff)
downloadgcc-6af8c7409177219af485173a9c917d466efb5e10.tar.gz
configure.in (AC_CHECK_FUNCS): Delete strtoul, bsearch, popen, strchr, strrchr, isascii, gettimeofday.
* configure.in (AC_CHECK_FUNCS): Delete strtoul, bsearch, popen, strchr, strrchr, isascii, gettimeofday. * config.in, configure: Regenerate. f: * Make-lang.in: Delete references to proj.[co], proj-h.[co]. * proj.c: Delete file. From-SVN: r47501
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in17
1 files changed, 1 insertions, 16 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 3e2226c2c47..a750775f482 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1,4 +1,4 @@
-/* config.in. Generated automatically from configure.in by autoheader 2.13. */
+/* config.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
#undef C_ALLOCA
@@ -99,9 +99,6 @@
/* Define if you have the atoq function. */
#undef HAVE_ATOQ
-/* Define if you have the bsearch function. */
-#undef HAVE_BSEARCH
-
/* Define if you have the clock function. */
#undef HAVE_CLOCK
@@ -150,15 +147,9 @@
/* Define if you have the getrusage function. */
#undef HAVE_GETRUSAGE
-/* Define if you have the gettimeofday function. */
-#undef HAVE_GETTIMEOFDAY
-
/* Define if you have the getuid function. */
#undef HAVE_GETUID
-/* Define if you have the isascii function. */
-#undef HAVE_ISASCII
-
/* Define if you have the kill function. */
#undef HAVE_KILL
@@ -174,9 +165,6 @@
/* Define if you have the nl_langinfo function. */
#undef HAVE_NL_LANGINFO
-/* Define if you have the popen function. */
-#undef HAVE_POPEN
-
/* Define if you have the putc_unlocked function. */
#undef HAVE_PUTC_UNLOCKED
@@ -204,9 +192,6 @@
/* Define if you have the strdup function. */
#undef HAVE_STRDUP
-/* Define if you have the strrchr function. */
-#undef HAVE_STRRCHR
-
/* Define if you have the strsignal function. */
#undef HAVE_STRSIGNAL