Changeset 319 for clamav/trunk/libclamav/c++/clamavcxx-config.h.in
- Timestamp:
- Apr 19, 2011, 11:12:07 PM (14 years ago)
- Location:
- clamav/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
clamav/trunk ¶
-
Property svn:mergeinfo
set to
/clamav/vendor/0.97 merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified clamav/trunk/libclamav/c++/clamavcxx-config.h.in ¶
r189 r319 1 1 /* 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 2 5 3 6 /* Define to 1 if you have the <dlfcn.h> header file. */ … … 55 58 /* Define to 1 if you have the ANSI C header files. */ 56 59 #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.