diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 04:05:46 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 04:05:46 +0000 |
commit | f73397be837d3dc56a1be1e904924b83246e9972 (patch) | |
tree | ad880e4fb4863f96b6482ebe2c3b2f88f8b9d60e /gcc/config.in | |
parent | 644c283b8e75bb5168355e9f9be7209cd23aab04 (diff) | |
download | gcc-f73397be837d3dc56a1be1e904924b83246e9972.tar.gz |
* configure.in: Don't check for bcopy.
* configure, config.in: Regenerate.
* system.h: Don't define or prototype bcopy, instead poison it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40898 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in index eb3da5df1ea..a96ddef9eec 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -98,9 +98,6 @@ /* Define if you have the atoq function. */ #undef HAVE_ATOQ -/* Define if you have the bcopy function. */ -#undef HAVE_BCOPY - /* Define if you have the bsearch function. */ #undef HAVE_BSEARCH @@ -360,9 +357,6 @@ #undef HAVE_MMAP_FILE /* Define to 1 if we found this declaration otherwise define to 0. */ -#undef HAVE_DECL_BCOPY - -/* Define to 1 if we found this declaration otherwise define to 0. */ #undef HAVE_DECL_GETENV /* Define to 1 if we found this declaration otherwise define to 0. */ |