Ignore:
Timestamp:
Apr 19, 2011, 11:12:07 PM (14 years ago)
Author:
Yuri Dario
Message:

clamav: update trunk to 0.97.

Location:
clamav/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clamav/trunk

  • TabularUnified clamav/trunk/libclamav/c++/clamavcxx-config.h.in

    r189 r319  
    11/* clamavcxx-config.h.in.  Generated from configure.ac 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 <dlfcn.h> header file. */
     
    5558/* Define to 1 if you have the ANSI C header files. */
    5659#undef STDC_HEADERS
     60
     61/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
     62   significant byte first (like Motorola and SPARC, unlike Intel). */
     63#if defined AC_APPLE_UNIVERSAL_BUILD
     64# if defined __BIG_ENDIAN__
     65#  define WORDS_BIGENDIAN 1
     66# endif
     67#else
     68# ifndef WORDS_BIGENDIAN
     69#  undef WORDS_BIGENDIAN
     70# endif
     71#endif
Note: See TracChangeset for help on using the changeset viewer.