-/* autoconf/config.h.in. Generated from autoconf/configure.in by autoheader. */
+/* autoconf/config.h.in. Generated from configure.in by autoheader. */
/* ------------------------------------------------------------------------- */
/* -- CONFIGURE SPECIFIED FEATURES -- */
/* ------------------------------------------------------------------------- */
#undef ENABLE_NLS
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
/* Set if DB batch insert code enabled */
#undef HAVE_BATCH_FILE_INSERT
+/* Big Endian */
+#undef HAVE_BIG_ENDIAN
+
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
/* Define to 1 if you have the 'listxattr' function. */
#undef HAVE_LISTXATTR
+/* Little Endian */
+#undef HAVE_LITTLE_ENDIAN
+
/* Define to 1 if you have the 'llistxattr' function. */
#undef HAVE_LLISTXATTR
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+# undef WORDS_BIGENDIAN
+# endif
+#endif
+
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
AC_C_CONST
+AC_C_BIGENDIAN([AC_DEFINE([HAVE_BIG_ENDIAN], [1], [Big Endian])], [AC_DEFINE([HAVE_LITTLE_ENDIAN], [1], [Little Endian])])
+
dnl --------------------------------------------------------------------------
dnl CHECKING FOR FILESYSTEM TYPE
dnl --------------------------------------------------------------------------