Changeset 1548 for trunk/src/core


Ignore:
Timestamp:
Jul 9, 2009, 2:26:43 PM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/config.h.in

    r1403 r1548  
    11/* src/core/config.h.in.  Generated from configure.in by autoheader.  */
    2 
    3 /* Define if building universal (internal helper macro) */
    4 #undef AC_APPLE_UNIVERSAL_BUILD
    52
    63/* Define to 1 if you have the <algorithm> header file. */
     
    142139#undef STDC_HEADERS
    143140
    144 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    145    significant byte first (like Motorola and SPARC, unlike Intel). */
    146 #if defined AC_APPLE_UNIVERSAL_BUILD
    147 # if defined __BIG_ENDIAN__
    148 #  define WORDS_BIGENDIAN 1
    149 # endif
    150 #else
    151 # ifndef WORDS_BIGENDIAN
    152 #  undef WORDS_BIGENDIAN
    153 # endif
    154 #endif
     141/* Define to 1 if your processor stores words with the most significant byte
     142   first (like Motorola and SPARC, unlike Intel and VAX). */
     143#undef WORDS_BIGENDIAN
Note: See TracChangeset for help on using the changeset viewer.