From 8e9449099d44be617db4eadd9bde42eed41f883b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 28 Mar 2001 04:05:46 +0000 Subject: configure.in: Don't check for bcopy. * configure.in: Don't check for bcopy. * configure, config.in: Regenerate. * system.h: Don't define or prototype bcopy, instead poison it. From-SVN: r40898 --- gcc/config.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index eb3da5d..a96ddef 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. */ -- cgit v1.1