From b8a0af825971c6c5fef9e2111fb0d1b049a93a8d Mon Sep 17 00:00:00 2001 From: dscho Date: Sun, 9 Feb 2003 13:30:53 +0000 Subject: bigendian is now determined at configure time --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 23e4e07..1467688 100644 --- a/configure.ac +++ b/configure.ac @@ -68,6 +68,7 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE +AC_C_BIGENDIAN AC_TYPE_SIZE_T AC_HEADER_TIME -- cgit v1.2.3