From a259a69c8d8a3248451bff2fbd4b085839e0c344 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 10 Mar 2004 15:17:51 +0000 Subject: [PATCH] Remove the bswap constant detection from configure.ac again to try out the SuSE patch for fixing the problem. (Logical change 1.315) --- config.h.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config.h.in b/config.h.in index b586808a..f9155955 100644 --- a/config.h.in +++ b/config.h.in @@ -6,18 +6,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_BYTESWAP_H -/* Define to 1 if you have the declaration of `__bswap_constant_16', and to 0 - if you don't. */ -#undef HAVE_DECL___BSWAP_CONSTANT_16 - -/* Define to 1 if you have the declaration of `__bswap_constant_32', and to 0 - if you don't. */ -#undef HAVE_DECL___BSWAP_CONSTANT_32 - -/* Define to 1 if you have the declaration of `__bswap_constant_64', and to 0 - if you don't. */ -#undef HAVE_DECL___BSWAP_CONSTANT_64 - /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H