| Index: config.h.in
 | 
| diff --git a/config.h.in b/config.h.in
 | 
| index bf3b61a274c32ae0c46a64cac532095be5936445..a5e9503bcec3b5b08264791acc8578099e890fc5 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
 | 
|  
 | 
| 
 |