Changeset 1844 for trunk/src/core


Ignore:
Timestamp:
Jul 21, 2010, 10:18:04 AM (14 years ago)
Author:
gah
Message:

allow both octave2 and octave3 builds simultaneously

File:
1 edited

Legend:

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

    r1548 r1844  
    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
    25
    36/* Define to 1 if you have the <algorithm> header file. */
     
    121124#undef PACKAGE_TARNAME
    122125
     126/* Define to the home page for this package. */
     127#undef PACKAGE_URL
     128
    123129/* Define to the version of this package. */
    124130#undef PACKAGE_VERSION
     
    139145#undef STDC_HEADERS
    140146
    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
     147/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
     148   significant byte first (like Motorola and SPARC, unlike Intel). */
     149#if defined AC_APPLE_UNIVERSAL_BUILD
     150# if defined __BIG_ENDIAN__
     151#  define WORDS_BIGENDIAN 1
     152# endif
     153#else
     154# ifndef WORDS_BIGENDIAN
     155#  undef WORDS_BIGENDIAN
     156# endif
     157#endif
Note: See TracChangeset for help on using the changeset viewer.