X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/cb768704a459ab54632daf5bb1a10127a6a5c9f7..72af86bd8cf1812d1fcc8924c4093d692040a664:/src/config.in diff --git a/src/config.in b/src/config.in index e2328dd938..1ef407c158 100644 --- a/src/config.in +++ b/src/config.in @@ -102,15 +102,6 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if ALSA is available. */ #undef HAVE_ALSA -/* Define to 1 if you have the `bcmp' function. */ -#undef HAVE_BCMP - -/* Define to 1 if you have the `bcopy' function. */ -#undef HAVE_BCOPY - -/* Define to 1 if you have the `bzero' function. */ -#undef HAVE_BZERO - /* Define to 1 if you have the `cbrt' function. */ #undef HAVE_CBRT @@ -1141,10 +1132,6 @@ SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ #include #endif -#ifdef HAVE_STRINGS_H -#include /* May be needed for bcopy & al. */ -#endif - #ifdef HAVE_STDLIB_H #include #endif @@ -1186,16 +1173,6 @@ typedef unsigned size_t; # endif #endif -#ifndef HAVE_BCOPY -#define bcopy(a,b,s) memcpy (b,a,s) -#endif -#ifndef HAVE_BZERO -#define bzero(a,s) memset (a,0,s) -#endif -#ifndef HAVE_BCMP -#define BCMP memcmp -#endif - #endif /* EMACS_CONFIG_H */ /*