aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/config.h.in b/config.h.in
index bf3b61a..a5e9503 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,8 +1,5 @@
/* config.h.in. Generated from configure.ac by autoheader. */
-/* Define if building universal (internal helper macro) */
-#undef AC_APPLE_UNIVERSAL_BUILD
-
/* Custom modes */
#undef CUSTOM_MODES
@@ -15,9 +12,6 @@
/* Compile as fixed-point (for machines without a fast enough FPU) */
#undef FIXED_POINT
-/* Compile as floating-point (for machines with a fast enough FPU) */
-#undef FLOATING_POINT
-
/* Float approximations */
#undef FLOAT_APPROX
@@ -121,18 +115,6 @@
/* Use C99 variable-size arrays */
#undef VAR_ARRAYS
-/* 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 empty if `const' does not conform to ANSI C. */
#undef const