Changeset 2978 for trunk


Ignore:
Timestamp:
Apr 25, 2012 11:39:58 AM (12 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2890 r2978  
    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/* Build rappture with ffmpeg widgets */
     
    220217#undef PACKAGE_TARNAME
    221218
    222 /* Define to the home page for this package. */
    223 #undef PACKAGE_URL
    224 
    225219/* Define to the version of this package. */
    226220#undef PACKAGE_VERSION
     
    241235#undef STDC_HEADERS
    242236
    243 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    244    significant byte first (like Motorola and SPARC, unlike Intel). */
    245 #if defined AC_APPLE_UNIVERSAL_BUILD
    246 # if defined __BIG_ENDIAN__
    247 #  define WORDS_BIGENDIAN 1
    248 # endif
    249 #else
    250 # ifndef WORDS_BIGENDIAN
    251 #  undef WORDS_BIGENDIAN
    252 # endif
    253 #endif
     237/* Define to 1 if your processor stores words with the most significant byte
     238   first (like Motorola and SPARC, unlike Intel and VAX). */
     239#undef WORDS_BIGENDIAN
Note: See TracChangeset for help on using the changeset viewer.