# HG changeset patch # User Richard Laager # Date 1134085007 0 # Node ID 692467ea6244a4e0688dffb8a1f91a9911ec10e0 # Parent fe42d9c111f9a92f519961615380c87de41c39a7 [gaim-migrate @ 14730] Remove some old configure checks. committer: Tailor Script diff -r fe42d9c111f9 -r 692467ea6244 config.h.mingw --- a/config.h.mingw Thu Dec 08 23:28:11 2005 +0000 +++ b/config.h.mingw Thu Dec 08 23:36:47 2005 +0000 @@ -106,12 +106,6 @@ /* Define if you have the atexit function. */ #define HAVE_ATEXIT 1 -/* Define if you have the bswap_16 function. */ -/* #undef HAVE_BSWAP_16 */ - -/* Define if you have the bswap_32 function. */ -/* #undef HAVE_BSWAP_32 */ - /* Define if you have the connect function. */ /* #undef HAVE_CONNECT */ @@ -232,21 +226,9 @@ /* Define if you have the header file. */ /* #undef HAVE_ARGZ_H */ -/* Define if you have the header file. */ -/* #undef HAVE_ARPA_NAMESER_COMPAT_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_ASM_BYTEORDER_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_BYTESWAP_H */ - /* Define if you have the header file. */ /* #undef HAVE_DLFCN_H */ -/* Define if you have the header file. */ -/* #undef HAVE_ENDIAN_H */ - /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 @@ -256,9 +238,6 @@ /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 -/* Define if you have the header file. */ -/* #undef HAVE_MACHINE_ENDIAN_H */ - /* Define if you have the header file. */ #define HAVE_MALLOC_H 1 diff -r fe42d9c111f9 -r 692467ea6244 configure.ac --- a/configure.ac Thu Dec 08 23:28:11 2005 +0000 +++ b/configure.ac Thu Dec 08 23:36:47 2005 +0000 @@ -49,6 +49,8 @@ AC_C_CONST AC_STRUCT_TM +AC_C_BIGENDIAN + dnl Checks for library functions. AC_TYPE_SIGNAL AC_FUNC_STRFTIME @@ -1300,11 +1302,6 @@ enable_prpls=no fi -dnl checks for icqlib--do we still need these? -AC_CHECK_HEADERS(asm/byteorder.h byteswap.h endian.h machine/endian.h arpa/nameser_compat.h) -AC_CHECK_FUNCS(bswap_32 bswap_16) -AC_C_BIGENDIAN - dnl checks for jabber dnl AC_CHECK_SIZEOF(short) AC_CHECK_FUNCS(snprintf connect)