diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-01 01:57:31 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-01 01:57:31 +0000 |
commit | fbda33410c6e44f9506739b3fe222bcd76c8db86 (patch) | |
tree | b3162175e95557a5ba53d946eb3be0319f07c5bf /gcc/config.in | |
parent | 0cb3e18b4b762914e0b0f091f9e9b55991fe89d6 (diff) | |
download | gcc-fbda33410c6e44f9506739b3fe222bcd76c8db86.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47501 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 17 |
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 |