Ignore:
Timestamp:
Mar 11, 2009, 3:15:30 PM (16 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanoscale/config.h.in

    r1118 r1309  
    11/* nanoscale/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 <arpa/inet.h> header file. */
    47#undef HAVE_ARPA_INET_H
    58
     9/* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */
     10#undef HAVE_FFMPEG_AVCODEC_H
     11
     12/* Define to 1 if you have the <ffmpeg/avformat.h> header file. */
     13#undef HAVE_FFMPEG_AVFORMAT_H
     14
     15/* Define to 1 if you have the <ffmpeg/avutil.h> header file. */
     16#undef HAVE_FFMPEG_AVUTIL_H
     17
    618/* Define to 1 if you have the <inttypes.h> header file. */
    719#undef HAVE_INTTYPES_H
     20
     21/* Define to 1 if you have the <libavcodec/avcodec.h> header file. */
     22#undef HAVE_LIBAVCODEC_AVCODEC_H
     23
     24/* Define to 1 if you have the <libavformat/avformat.h> header file. */
     25#undef HAVE_LIBAVFORMAT_AVFORMAT_H
     26
     27/* Define to 1 if you have the <libavutil/avutil.h> header file. */
     28#undef HAVE_LIBAVUTIL_AVUTIL_H
    829
    930/* Define to 1 if you have the <memory.h> header file. */
     
    6788#undef STDC_HEADERS
    6889
    69 /* Define to 1 if your processor stores words with the most significant byte
    70    first (like Motorola and SPARC, unlike Intel and VAX). */
    71 #undef WORDS_BIGENDIAN
     90/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
     91   significant byte first (like Motorola and SPARC, unlike Intel). */
     92#if defined AC_APPLE_UNIVERSAL_BUILD
     93# if defined __BIG_ENDIAN__
     94#  define WORDS_BIGENDIAN 1
     95# endif
     96#else
     97# ifndef WORDS_BIGENDIAN
     98#  undef WORDS_BIGENDIAN
     99# endif
     100#endif
Note: See TracChangeset for help on using the changeset viewer.